Skip to content

Commit 9af7297

Browse files
authored
Update platformio.ini
Support for enable / disable exceptions code in firmware for esp8266 core 2.5.0 (stage) or up
1 parent 4b287ab commit 9af7297

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

platformio.ini

+9
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ build_flags =
8080
; VTABLES in IRAM
8181
; -DVTABLES_IN_IRAM
8282

83+
; if using esp8266 core 2.5.0 (stage) or up
84+
; enable one option set -> No exception recommended
85+
; No exception code in firmware
86+
; -fno-exceptions
87+
; -lstdc++-nox
88+
; Exception code in firmware /needs much space! 90k
89+
; -fexceptions
90+
; -lstdc++
91+
8392
; *** Serial Monitor options
8493
monitor_speed = 115200
8594

0 commit comments

Comments
 (0)