Exceptions added

This commit is contained in:
c3ma
2021-11-13 17:26:39 +01:00
parent f727971138
commit 66d69eab6b
3 changed files with 28 additions and 10 deletions
+2 -1
View File
@@ -12,9 +12,10 @@
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -fexceptions -lstdc++-exc
board_build.partitions = defaultWithSmallerSpiffs.csv
; the latest development brankitchen-lightch (convention V3.0.x)
lib_deps = ArduinoJson@6.16.1
OneWire