Remove Solo1 support + validate HTTPS certs on HTTPS requests (#443)
* Use esp_crt_bundle for HTTPS requests * Remove Solo1 support
This commit is contained in:
@@ -59,7 +59,7 @@ monitor_filters =
|
||||
|
||||
[env:esp32dev]
|
||||
board = esp32dev
|
||||
extra_scripts =
|
||||
extra_scripts =
|
||||
pre:pio_package_pre.py
|
||||
post:pio_package.py
|
||||
build_flags =
|
||||
@@ -86,29 +86,6 @@ board = nuki-esp32-s3
|
||||
extends = env:esp32dev
|
||||
board = esp32-c6-devkitm-1
|
||||
|
||||
[env:esp32solo1]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32-2023.10.03.zip
|
||||
framework = arduino
|
||||
board = esp32-solo1
|
||||
extra_scripts =
|
||||
pre:pio_package_pre.py
|
||||
post:pio_package.py
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
-DFRAMEWORK_ARDUINO_SOLO1
|
||||
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE
|
||||
-DCONFIG_NIMBLE_CPP_LOG_LEVEL=0
|
||||
-DCONFIG_BT_NIMBLE_LOG_LEVEL=0
|
||||
-DNUKI_ALT_CONNECT
|
||||
-DNUKI_64BIT_TIME
|
||||
lib_deps =
|
||||
BleScanner=symlink://lib/BleScanner
|
||||
lib_ignore =
|
||||
esp-nimble-cpp
|
||||
NetworkClientSecure
|
||||
ESPAsyncTCP-esphome
|
||||
AsyncTCP_RP2040W
|
||||
|
||||
[env:esp32dev_dbg]
|
||||
extends = env:esp32dev
|
||||
custom_build = debug
|
||||
@@ -195,22 +172,4 @@ build_flags =
|
||||
-DDEBUG_NUKI_CONNECT
|
||||
-DDEBUG_NUKI_COMMUNICATION
|
||||
;-DDEBUG_NUKI_HEX_DATA
|
||||
-DDEBUG_NUKI_READABLE_DATA
|
||||
|
||||
[env:esp32solo1_dbg]
|
||||
extends = env:esp32solo1
|
||||
custom_build = debug
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
-DFRAMEWORK_ARDUINO_SOLO1
|
||||
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
|
||||
-DCONFIG_NIMBLE_CPP_LOG_LEVEL=0
|
||||
-DNUKI_ALT_CONNECT
|
||||
-DNUKI_64BIT_TIME
|
||||
-DDEBUG_NUKIHUB
|
||||
-DDEBUG_SENSE_NUKI
|
||||
-DDEBUG_NUKI_COMMAND
|
||||
-DDEBUG_NUKI_CONNECT
|
||||
-DDEBUG_NUKI_COMMUNICATION
|
||||
;-DDEBUG_NUKI_HEX_DATA
|
||||
-DDEBUG_NUKI_READABLE_DATA
|
||||
Reference in New Issue
Block a user