Skip to content

Commit d89ff1d

Browse files
committed
USE_SCRIPT_FATFS_EXT + Überlaufprüfung für permanente Variablen
xdrv_10_scripter.ino hinzugefügt: (https://github.com/gemu2015/Sonoff-Tasmota/blob/universal/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino) check for pmem overflow und fix warnings Issues: #4 #3
1 parent b908e33 commit d89ff1d

File tree

3 files changed

+14076
-0
lines changed

3 files changed

+14076
-0
lines changed

platformio_tasmota_cenv.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ lib_ignore = ; Folgende Libs werden für mein Build nicht benöti
114114
MElFreqencyExtractor
115115
Arduino_TensorFlowLite for ESP32
116116

117+
; ESP32
118+
; -----------------------------------------------------------------------------------
119+
117120
[env:tasmota32_ottelo]
118121
extends = env:tasmota32_base
119122
build_flags = ${env:tasmota_ottelo_base.build_flags}
@@ -180,6 +183,9 @@ lib_ignore = ${env:tasmota_ottelo_base.lib_ignore}
180183
Micro-RTSP
181184
epdiy
182185

186+
; ESP8266
187+
; -----------------------------------------------------------------------------------
188+
183189
[env:tasmota_ottelo]
184190
extends = env:tasmota
185191
build_flags = ${env.build_flags}

user_config_override.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
#define EEP_SCRIPT_SIZE 8192
161161
#else
162162
//-- ESP8266 4M+ Flash / ESP32
163+
#define USE_SCRIPT_FATFS_EXT //https://tasmota.github.io/docs/Scripting-Language/#extended-commands-09k-flash
163164
#define USE_UFILESYS
164165
#undef UFSYS_SIZE
165166
#if defined(TASMOTA4M_OTTELO)

0 commit comments

Comments
 (0)