mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-11 23:52:14 +00:00
t'ell that came from?
This commit is contained in:
parent
bc2cddcb11
commit
664d18cf58
@ -146,7 +146,7 @@ void rmDir(const char * dirname)
|
||||
#ifdef FSCom
|
||||
#if (defined(ARCH_ESP32) || defined(ARCH_RP2040) || defined(ARCH_PORTDUINO))
|
||||
listDir(dirname, 10, true);
|
||||
#else if defined(ARCH_NRF52)
|
||||
#elif defined(ARCH_NRF52)
|
||||
// nRF52 implementation of LittleFS has a recursive delete function
|
||||
FSCom.rmdir_r(dirname);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user