mirror of https://github.com/arendst/Tasmota.git
Fix BT build (need exceptions)
This commit is contained in:
parent
74a1a13d77
commit
1a3f799a05
|
@ -69,7 +69,8 @@ lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_i2c, lib/lib_rf,
|
|||
|
||||
[env:tasmota32-bluetooth]
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${common32.build_flags} -DFIRMWARE_BLUETOOTH
|
||||
build_flags = ${common32.build_flags} -fexceptions -DFIRMWARE_BLUETOOTH
|
||||
build_unflags = ${common32.build_unflags} -fno-exceptions
|
||||
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_ssl
|
||||
|
||||
[env:tasmota32-display]
|
||||
|
|
Loading…
Reference in New Issue