diff --git a/README.md b/README.md index 56d82f0..d1620e5 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,4 @@ How to use: - Step 4: set Wifi information, save & reboot. Fall back to AP mode if WiFi connection fails (AP password sets to default SSID name from step 2). - Step 5: find the device IP with last 4 character MAC address in your router - Step 6: (optional): Set MQTT information for use with Home Assistant + - Step 7: (optional): Set Login password to prevent unwanted access in SETUP->ADVANCE->Login Password diff --git a/src/mitsubishi2mqtt/config.h b/src/mitsubishi2mqtt/config.h index 2000338..c8c6466 100644 --- a/src/mitsubishi2mqtt/config.h +++ b/src/mitsubishi2mqtt/config.h @@ -3,12 +3,12 @@ * */ -String m2mqtt_version = "0.4.8.1"; +String m2mqtt_version = "0.4.9"; //Define global variables for files String wifi_conf = "wifi.json"; String mqtt_conf = "mqtt.json"; -String advance_conf = "unit.json"; //we can use advance.json but keep old name for backward comparity with version 0.4.8 +String advance_conf = "advance.json"; String console_file = "console.log"; String others_conf = "others.json"; diff --git a/src/mitsubishi2mqtt/html_common.h b/src/mitsubishi2mqtt/html_common.h index 89c1811..6f83421 100644 --- a/src/mitsubishi2mqtt/html_common.h +++ b/src/mitsubishi2mqtt/html_common.h @@ -1,4 +1,4 @@ -String html_common_header = R"====( +const char html_common_header[] PROGMEM = R"====(
@@ -27,7 +27,7 @@ String html_common_header = R"====( )===="; -String html_common_footer = R"====( +const char html_common_footer[] PROGMEM = R"====(