Compare commits
22 Commits
main
..
a63f10db6e
| Author | SHA256 | Date | |
|---|---|---|---|
| a63f10db6e | |||
| 4f355bdfdf | |||
| 430b4cb690 | |||
| 1d4e272d80 | |||
| f8f6af53bd | |||
| f3f6f1bc5f | |||
| b718073907 | |||
| d36b91a0fd | |||
| 40f757b7d1 | |||
| a9ec101bc6 | |||
| 0236ebcdd1 | |||
| 05757a5038 | |||
| 020eb63e05 | |||
| 67929580d5 | |||
| 10f9645580 | |||
| df3825df3a | |||
| 8c3dbc2886 | |||
| 267197ec20 | |||
| 781f9a1445 | |||
| 09a3c3a22d | |||
| 0775fda0ca | |||
| cd73985740 |
@@ -36,20 +36,6 @@ menu "Smart Oil Heating Control System"
|
||||
default "192.168.0.1"
|
||||
help
|
||||
NTP server address for time synchronization.
|
||||
config ENV_WIFI_BSSID_LOCK
|
||||
bool "Lock to specific Access Point (BSSID)"
|
||||
default n
|
||||
help
|
||||
When enabled, the device will only connect to the access point
|
||||
with the specified MAC address (BSSID). Useful when multiple APs
|
||||
share the same SSID.
|
||||
config ENV_WIFI_BSSID
|
||||
string "Access Point MAC Address (BSSID)"
|
||||
default "00:00:00:00:00:00"
|
||||
depends on ENV_WIFI_BSSID_LOCK
|
||||
help
|
||||
MAC address of the access point to connect to.
|
||||
Format: XX:XX:XX:XX:XX:XX (uppercase or lowercase)
|
||||
endmenu
|
||||
|
||||
menu "GPIO Configuration"
|
||||
|
||||
Reference in New Issue
Block a user