mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge pull request #3718 from TD-er/bugfix/P109_SPIFFS
[P109] Fix issue with SPIFFS vs LittleFS
This commit is contained in:
+430
-376
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user