We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddffa7 commit 46dcd65Copy full SHA for 46dcd65
ui/arduino/helpers.py
@@ -2,7 +2,7 @@
2
import json
3
import sys
4
5
-def get_root(has_flash_mount = True):
+def get_root():
6
if '/flash' in sys.path:
7
return '/flash'
8
else:
0 commit comments