Merge pull request #3718 from TD-er/bugfix/P109_SPIFFS

[P109] Fix issue with SPIFFS vs LittleFS
This commit is contained in:
TD-er
2021-07-26 02:55:37 +02:00
committed by GitHub
2 changed files with 434 additions and 378 deletions
+430 -376
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -1094,7 +1094,8 @@ To create/register a plugin, you have to :
#define USES_P106 // BME680
#define USES_P107 // SI1145 UV index
#define USES_P108 // DDS238-x ZN MODBUS energy meter (was P224 in the Playground)
#define USES_P109 // ThermoOLED
// FIXME TD-er: Disabled due to build size
//#define USES_P109 // ThermoOLED
#define USES_P110 // VL53L0X Time of Flight sensor
#define USES_P113 // VL53L1X ToF
#endif
@@ -1191,7 +1192,8 @@ To create/register a plugin, you have to :
#define USES_P099 // XPT2046 Touchscreen
#endif
#ifndef USES_P109
#define USES_P109 // ThermoOLED
// FIXME TD-er: Disabled for now, due to build size.
//#define USES_P109 // ThermoOLED
#endif
#endif