mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Comment out old ota urls
This commit is contained in:
parent
2061d7aae1
commit
1effda62ac
@ -98,11 +98,11 @@ const char HASP_STYLE[] PROGMEM =
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// URL for auto-update "version.json"
|
||||
const char UPDATE_URL[] PROGMEM = "http://haswitchplate.com/update/version.json";
|
||||
// Default link to compiled Arduino firmware image
|
||||
String espFirmwareUrl = "http://haswitchplate.com/update/HASwitchPlate.ino.d1_mini.bin";
|
||||
// Default link to compiled Nextion firmware images
|
||||
String lcdFirmwareUrl = "http://haswitchplate.com/update/HASwitchPlate.tft";
|
||||
// const char UPDATE_URL[] PROGMEM = "http://haswitchplate.com/update/version.json";
|
||||
// // Default link to compiled Arduino firmware image
|
||||
// String espFirmwareUrl = "http://haswitchplate.com/update/HASwitchPlate.ino.d1_mini.bin";
|
||||
// // Default link to compiled Nextion firmware images
|
||||
// String lcdFirmwareUrl = "http://haswitchplate.com/update/HASwitchPlate.tft";
|
||||
|
||||
#if HASP_USE_MQTT > 0
|
||||
extern char mqttNodeName[16];
|
||||
|
Loading…
x
Reference in New Issue
Block a user