Skip to content

Commit a2c95b0

Browse files
authored
Merge pull request #4540 from Jason2866/patch-1
Update platformio.ini for Stage 2.5.0
2 parents 597cc42 + 9af7297 commit a2c95b0

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
@@ -81,6 +81,15 @@ build_flags =
8181
; VTABLES in IRAM
8282
; -DVTABLES_IN_IRAM
8383

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

0 commit comments

Comments
 (0)