mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Update platformio.ini
Support for enable / disable exceptions code in firmware for esp8266 core 2.5.0 (stage) or up
This commit is contained in:
parent
4b287ab4cb
commit
9af72977db
@ -80,6 +80,15 @@ build_flags =
|
||||
; VTABLES in IRAM
|
||||
; -DVTABLES_IN_IRAM
|
||||
|
||||
; if using esp8266 core 2.5.0 (stage) or up
|
||||
; enable one option set -> No exception recommended
|
||||
; No exception code in firmware
|
||||
; -fno-exceptions
|
||||
; -lstdc++-nox
|
||||
; Exception code in firmware /needs much space! 90k
|
||||
; -fexceptions
|
||||
; -lstdc++
|
||||
|
||||
; *** Serial Monitor options
|
||||
monitor_speed = 115200
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user