diff --git a/data/data_export.html b/data/data_export.html index 34a7f85..aa87241 100644 --- a/data/data_export.html +++ b/data/data_export.html @@ -1,14 +1,7 @@ -” + - - @@ -31,25 +24,21 @@

JSON

- Hello json +
-

MQTT

+

Raw

- Hello mqtt +
- -
-
-

Email alert

-
- Hello json -
- - - diff --git a/data/version b/data/version index 62f9457..c793025 100644 --- a/data/version +++ b/data/version @@ -1 +1 @@ -6 \ No newline at end of file +7 \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index 669ba02..92f8640 100644 --- a/platformio.ini +++ b/platformio.ini @@ -25,7 +25,7 @@ lib_deps = ESP32Ping board_build.partitions = default.csv upload_protocol = espota -upload_port = 192.168.5.180 +upload_port = 192.168.5.181 build_flags = -Wall -Wextra [env:ESP32_INA226] diff --git a/src/global_data/defines.h b/src/global_data/defines.h index 4c99ca4..e1ae045 100644 --- a/src/global_data/defines.h +++ b/src/global_data/defines.h @@ -7,7 +7,7 @@ #define water_level_min_key "water_level_min" #define water_level_max_key "water_level_max" #define water_volume_key "water_volume" -#define current_software_version Version{0, 0, 21} -#define REQUIRED_SPIFFS_VERSION Version{6, 0, 0} +#define current_software_version Version{0, 0, 22} +#define REQUIRED_SPIFFS_VERSION Version{7, 0, 0} #define RESISTOR_VALUE 4 \ No newline at end of file