From f9ecd484bbd698c0f85a3f40f391afeb01940052 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 27 Jan 2017 15:16:08 +1100 Subject: esp8266: Change to use new generic VFS sub-system. The VFS sub-system supports mounting of an arbitrary number of devices (limited only by available RAM). The internal flash is now mounted at "/flash". --- esp8266/qstrdefsport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'esp8266/qstrdefsport.h') diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 7610eb33d..676b3bae7 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(/) -Q(/lib) +Q(/flash) +Q(/flash/lib) -- cgit v1.2.3