diff --git a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.cpp b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.cpp index 1adc18c..c2634b6 100644 --- a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.cpp +++ b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.cpp @@ -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 = ""; // 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(); diff --git a/Arduino_Sketch/platformio.ini b/Arduino_Sketch/platformio.ini index b26f157..5148c63 100644 --- a/Arduino_Sketch/platformio.ini +++ b/Arduino_Sketch/platformio.ini @@ -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 \ No newline at end of file + https://github.com/tzapu/WiFiManager.git#e978bc059c522404c01e06cd136fcf23234eb784 \ No newline at end of file