1
0
mirror of https://github.com/Luzifer/tasmota-build.git synced 2024-09-18 18:02:58 +00:00

Override default OTA_URL

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-07-04 20:38:45 +02:00
parent 4ae8d2e248
commit 322b79a500
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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