diff options
| author | Damien George | 2017-03-10 17:14:21 +1100 |
|---|---|---|
| committer | Damien George | 2017-05-05 20:15:10 +1000 |
| commit | e62235f8c755b270e478f403d8ac75c5192847ba (patch) | |
| tree | b79798ea643960cbbb7f109a47998c891f37d036 /esp8266/qstrdefsport.h | |
| parent | 1b3e3724188af762ccab80cafc959a0e766983bc (diff) | |
esp8266: Change default settings to mount flash at root dir.
Diffstat (limited to 'esp8266/qstrdefsport.h')
| -rw-r--r-- | esp8266/qstrdefsport.h | 4 |
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) |
