aboutsummaryrefslogtreecommitdiff
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
authorDamien George2017-03-10 17:14:21 +1100
committerDamien George2017-05-05 20:15:10 +1000
commite62235f8c755b270e478f403d8ac75c5192847ba (patch)
treeb79798ea643960cbbb7f109a47998c891f37d036 /esp8266/qstrdefsport.h
parent1b3e3724188af762ccab80cafc959a0e766983bc (diff)
esp8266: Change default settings to mount flash at root dir.
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index 676b3bae7..7610eb33d 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -27,5 +27,5 @@
// qstrs specific to this port, only needed if they aren't auto-generated
// Entries for sys.path
-Q(/flash)
-Q(/flash/lib)
+Q(/)
+Q(/lib)