Some changes after testing

This commit is contained in:
Gunnar Skjold
2023-01-12 20:17:37 +01:00
parent 870617f780
commit 365061df29
4 changed files with 62 additions and 6 deletions

View File

@@ -61,6 +61,11 @@ private:
bool performUpgrade = false;
bool rebootForUpgrade = false;
String priceRegion = "";
#if defined(AMS2MQTT_FIRMWARE_URL)
String customFirmwareUrl = AMS2MQTT_FIRMWARE_URL;
#else
String customFirmwareUrl;
#endif
static const uint16_t BufferSize = 2048;
char* buf;