mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-23 19:26:36 +00:00
Prep 1.06 for merge into main
This commit is contained in:
parent
688ebd2ebe
commit
830aa62cef
@ -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();
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user