nodemcu-firmware/components/base_nodemcu
Jade Mattsson b78477f2b0 Fix 2x SPIFFS mounting/formatting related issues.
- If the initial filesystem mounting fails, then a subsequent file.format()
  does not mount it afterwards, necessitating a node.restart(). In the normal
  case, after file.format() the filesystem is mounted and ready for use.
  We now explicitly remount after a format to gain consistent behaviour.

- If using USB CDC, the auto-format on first boot interferes with USB
  enumeration, resulting in a failed startup. We now avoid doing an
  auto-format if the USB CDC console is enabled. The behaviour is
  configurable/overrideable via Kconfig.
2024-10-17 15:24:02 +11:00
..
include Upgrade to IDF v5.1.2 2024-02-02 14:50:57 +11:00
CMakeLists.txt Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
ip_fmt.c Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
nodemcu.lf Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch. 2021-08-22 02:03:05 +10:00
user_main.c Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00