mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
wio-e5 : initial port
This commit is contained in:
parent
d072e7b575
commit
35e1901d0e
28 changed files with 4865 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#if defined(ESP32) || defined(RP2040_PLATFORM)
|
||||
#include <FS.h>
|
||||
#define FILESYSTEM fs::FS
|
||||
#elif defined(NRF52_PLATFORM)
|
||||
#elif defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
|
||||
#include <Adafruit_LittleFS.h>
|
||||
#define FILESYSTEM Adafruit_LittleFS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue