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:
Jason2866 2018-12-06 08:48:20 +01:00 committed by GitHub
parent 4b287ab4cb
commit 9af72977db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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