mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-12-22 13:51:19 +00:00
Override default OTA_URL
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4ae8d2e248
commit
322b79a500
2 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
#undef CFG_HOLDER
|
||||
#define CFG_HOLDER 4617 // [Reset 1] Change this value to load SECTION1 configuration parameters to flash
|
||||
|
||||
#undef OTA_URL
|
||||
#define OTA_URL "http://assets.luzifer.io/tasmota/tasmota-minimal.bin"
|
||||
|
||||
// -- Setup your own Wifi settings ---------------
|
||||
#undef STA_SSID1
|
||||
#define STA_SSID1 "{{ env "WIFI_SSID" }}" // [Ssid1] Wifi SSID
|
||||
|
|
|
@ -46,6 +46,9 @@
|
|||
#undef CFG_HOLDER
|
||||
#define CFG_HOLDER 4617 // [Reset 1] Change this value to load SECTION1 configuration parameters to flash
|
||||
|
||||
#undef OTA_URL
|
||||
#define OTA_URL "http://assets.luzifer.io/tasmota/tasmota.bin"
|
||||
|
||||
// -- Setup your own Wifi settings ---------------
|
||||
#undef STA_SSID1
|
||||
#define STA_SSID1 "{{ env "WIFI_SSID" }}" // [Ssid1] Wifi SSID
|
||||
|
|
Loading…
Reference in a new issue