RM exceptions extra handling BT

solved with PR #12384
This commit is contained in:
Jason2866 2021-06-17 09:50:27 +02:00 committed by GitHub
parent 1a3f799a05
commit 58d3ef67c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ 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} -fexceptions -DFIRMWARE_BLUETOOTH
build_unflags = ${common32.build_unflags} -fno-exceptions
build_flags = ${common32.build_flags} -DFIRMWARE_BLUETOOTH
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_ssl
[env:tasmota32-display]