Skip to content

Commit

Permalink
使 rtconfig.py 支持 EXEC_PATH 路径展开
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-cai authored and mysterywolf committed Oct 29, 2023
1 parent 6f48cb7 commit de779b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bsp/ESP32_C3/rtconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

if os.getenv('RTT_EXEC_PATH'):
EXEC_PATH = os.getenv('RTT_EXEC_PATH')
EXEC_PATH = os.path.expanduser(EXEC_PATH)

BUILD = 'debug'

Expand Down

0 comments on commit de779b1

Please sign in to comment.