Prep 1.06 for merge into main

This commit is contained in:
aderusha 2024-04-28 08:56:28 -04:00
parent 688ebd2ebe
commit 830aa62cef
2 changed files with 7 additions and 7 deletions

View File

@ -166,13 +166,13 @@ MDNSResponder::hMDNSService hMDNSService; // mDNS
EspSaveCrash SaveCrash; // Save crash details to flash
// URL for auto-update check of "version.json"
const char UPDATE_URL[] PROGMEM = "https://haswitchplate.com/update/dev/version.json";
const char UPDATE_URL[] PROGMEM = "https://haswitchplate.com/update/version.json";
// Additional CSS style to match Hass theme
const char HASP_STYLE[] PROGMEM = "<style>button{background-color:#03A9F4;}body{width:60%;margin:auto;}input:invalid{border:1px solid red;}input[type=checkbox]{width:20px;}.wrap{text-align:left;display:inline-block;min-width:260px;max-width:1000px}</style>";
// Default link to compiled Arduino firmware image
String espFirmwareUrl = "https://haswitchplate.com/update/dev/HASwitchPlate.ino.d1_mini.bin";
String espFirmwareUrl = "https://haswitchplate.com/update/HASwitchPlate.ino.d1_mini.bin";
// Default link to compiled Nextion firmware images
String lcdFirmwareUrl = "https://haswitchplate.com/update/dev/HASwitchPlate.tft";
String lcdFirmwareUrl = "https://haswitchplate.com/update/HASwitchPlate.tft";
void setup();
void loop();

View File

@ -18,8 +18,8 @@ build_flags =
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
lib_deps =
256dpi/MQTT @ ^2.5.1
dancol90/ESP8266Ping @ ^1.0
bblanchon/ArduinoJson @ ^6.21.4
256dpi/MQTT @ ^2.5.2
dancol90/ESP8266Ping @ ^1.1.0
bblanchon/ArduinoJson @ ^7.0.4
krzychb/EspSaveCrash @ ^1.3.0
https://github.com/tzapu/WiFiManager.git#5656e5707b489f35b412bb9d594f0562e85bf027
https://github.com/tzapu/WiFiManager.git#e978bc059c522404c01e06cd136fcf23234eb784