Fix BT build (need exceptions)

This commit is contained in:
Jason2866 2021-06-16 20:10:43 +02:00 committed by GitHub
parent 74a1a13d77
commit 1a3f799a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_i2c, lib/lib_rf,
[env:tasmota32-bluetooth] [env:tasmota32-bluetooth]
extends = env:tasmota32_base 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 lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_ssl
[env:tasmota32-display] [env:tasmota32-display]