Skip to content

Commit 92fb6de

Browse files
committed
Version 2.9.0-beta10
Changes since 2.9.0-beta9 fix: add error message to make more clear why the HA discovery function is not able to load completely 82472dd fix: small mqtt memory optimisation 303bea2 fix: remove device sensors from HA is they are not present (anymore) in the config 4d786dd Firmware binary (CVE HW rev.2 and NON-CVE): https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.9.0-beta10.bin
1 parent 82472dd commit 92fb6de

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

compiled_firmware_files/firmware.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"2": {
1010
"latest_fw": "2.8.0",
1111
"link": "https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.8.0.bin",
12-
"latest_beta_fw": "2.9.0-beta9",
13-
"link_beta": "https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.9.0-beta9.bin",
14-
"beta_release_notes": "https://github.com/arjenhiemstra/ithowifi/releases/tag/Version-2.9.0-beta9",
12+
"latest_beta_fw": "2.9.0-beta10",
13+
"link_beta": "https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.9.0-beta10.bin",
14+
"beta_release_notes": "https://github.com/arjenhiemstra/ithowifi/releases/tag/Version-2.9.0-beta10",
1515
"release_notes": "https://github.com/arjenhiemstra/ithowifi/releases/tag/Version-2.8.0"
1616
},
1717
"NON-CVE 1": {
1818
"latest_fw": "2.8.0",
1919
"link": "https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.8.0.bin",
20-
"latest_beta_fw": "2.9.0-beta9",
21-
"link_beta": "https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.9.0-beta9.bin",
22-
"beta_release_notes": "https://github.com/arjenhiemstra/ithowifi/releases/tag/Version-2.9.0-beta9",
20+
"latest_beta_fw": "2.9.0-beta10",
21+
"link_beta": "https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/unified_hw2_noncve/nrgitho-v2.9.0-beta10.bin",
22+
"beta_release_notes": "https://github.com/arjenhiemstra/ithowifi/releases/tag/Version-2.9.0-beta10",
2323
"release_notes": "https://github.com/arjenhiemstra/ithowifi/releases/tag/Version-2.8.0"
2424
}
2525
}
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#pragma once
22

3-
inline const char * fw_version = "2.9.0-beta9";
3+
inline const char * fw_version = "2.9.0-beta10";

software/NRG_itho_wifi/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_envs =
1212
[env]
1313
; Global data for all [env:***]
1414
build_flags =
15-
-D VERSION=2.9.0-beta9
15+
-D VERSION=2.9.0-beta10
1616
;upload_port = /dev/cu.usbserial-1410 #optional, only needed if PlatformIO autodetect is not working
1717
;monitor_port = /dev/cu.usbserial-1410 #optional, only needed if PlatformIO autodetect is not working
1818
platform = platformio/espressif32 @ ~6.9.0

0 commit comments

Comments
 (0)