Merge pull request #4540 from Jason2866/patch-1

Update platformio.ini for Stage 2.5.0
This commit is contained in:
Theo Arends 2018-12-06 08:57:10 +01:00 committed by GitHub
commit a2c95b056d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,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