Removed improv BLE
Due to lack of memory
This commit is contained in:
@@ -10,7 +10,7 @@ packages:
|
|||||||
ref: dev
|
ref: dev
|
||||||
files:
|
files:
|
||||||
- nspanel_esphome.yaml # Core package
|
- nspanel_esphome.yaml # Core package
|
||||||
# - nspanel_esphome_advanced.yaml
|
# - nspanel_esphome_advanced.yaml
|
||||||
refresh: 300s
|
refresh: 300s
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
@@ -32,7 +32,7 @@ button:
|
|||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ap: {}
|
ap: {}
|
||||||
power_save_mode: LIGHT # To make it compatible with BLE
|
#power_save_mode: LIGHT # To make it compatible with BLE
|
||||||
|
|
||||||
# In combination with the `ap` this allows the user
|
# In combination with the `ap` this allows the user
|
||||||
# to provision wifi credentials to the device.
|
# to provision wifi credentials to the device.
|
||||||
@@ -40,8 +40,8 @@ captive_portal:
|
|||||||
|
|
||||||
# Sets up Bluetooth LE (Only on ESP32) to allow the user
|
# Sets up Bluetooth LE (Only on ESP32) to allow the user
|
||||||
# to provision wifi credentials to the device.
|
# to provision wifi credentials to the device.
|
||||||
esp32_improv:
|
#esp32_improv:
|
||||||
authorizer: none
|
# authorizer: none
|
||||||
|
|
||||||
# Sets up the improv via serial client for Wi-Fi provisioning
|
# Sets up the improv via serial client for Wi-Fi provisioning
|
||||||
improv_serial:
|
improv_serial:
|
||||||
|
|||||||
Reference in New Issue
Block a user