mirror of https://github.com/arendst/Tasmota.git
No exceptions to build flags
This commit is contained in:
parent
c70990572d
commit
eec38b13ae
|
@ -35,8 +35,10 @@ lib_extra_dirs =
|
||||||
|
|
||||||
[esp32_defaults]
|
[esp32_defaults]
|
||||||
build_unflags = ${esp_defaults.build_unflags}
|
build_unflags = ${esp_defaults.build_unflags}
|
||||||
|
-fexceptions
|
||||||
-Wpointer-arith
|
-Wpointer-arith
|
||||||
build_flags = ${esp_defaults.build_flags}
|
build_flags = ${esp_defaults.build_flags}
|
||||||
|
-fno-exceptions
|
||||||
-DBUFFER_LENGTH=128
|
-DBUFFER_LENGTH=128
|
||||||
-DHTTP_UPLOAD_BUFLEN=2048
|
-DHTTP_UPLOAD_BUFLEN=2048
|
||||||
-DMQTT_MAX_PACKET_SIZE=1200
|
-DMQTT_MAX_PACKET_SIZE=1200
|
||||||
|
|
Loading…
Reference in New Issue