-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes since 2.8.0 Version 2.9.0-beta feat: make WebAPI version selectable. Version 2 can now be activated for testing the new WebAPI respones for upcoming 3.0.0 release feat: improve response to pwm2i2c WebAPI command (WebAPI version 2) feat: add support for wpu fw41 status labels feat: refactor CC1101 lib, clean up code, improve speed, reliability and debugging options for RF feat: add CC1101 get getChipVersion function feat: CC1101 autodetect and activation feat: improve bi-directional join of RF devices (Itho RFT AUTO-N, RFT CO2/RV and Spider), join a RF device bidirectionally after setting an empty remote type to "bidirectional" and then start the join process. feat: Support for Itho Spider added feat: replace old SPI functions that can cause lockup when no CC1101 is (correctly) connected feat: changes to improve device/config specific HA auto discovery - still WIP, help welcome! feat: update 31DA and 31D9 fan status info after every virtual remote command and trigger mqtt update, this should should make vremote integrations update faster feat: Update StreamUtils to version 1.8.0 feat: Update ArduinoJSON to version 7.0.4 feat: Update esp_littlefs to version 1.14.2 feat: make it possible to switch JavaScript debug console.log messages on/off on debug page feat: add IthoCommands: Itho31D9, Itho31DA, IthoDeviceInfo feat: add support so receive fan status requests and send fan status messages 31DA and 31D9 feat: add support to receive zone temp, setpoint temp from Spider feat: add support to receive and send 10E0 device info package feat: make it possible to log notice/trace log level to flash, default level info unchanged feat: add wifi mac address to logging feat: make it possible to change rf id (source) of the add-on feat: update boot led states to visually confirm cc1101 module detection fix: various bugfixes in RF command bytes fix: improve rf ISR code to prevent ISR reentry (add mutex) fix: simplify pin definitions fix: remote learn/leave mode not deactivated after timer runs out fix: change doubles to floats. Double precision is not actually needed for some vars fix: typo in manual control API fix: utc time for WPU fix: Remove never used uintval fix: issue in web ui when manual entering hex remote ID with values < 0x10 (single digit hex) fix: Point link to unified hw2 and noncve Github folder (#246 from jasperslits) 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-beta1.bin
- Loading branch information
1 parent
e7efeae
commit 6434a8a
Showing
11 changed files
with
234 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+21.2 MB
compiled_firmware_files/unified_hw2_noncve/elf/nrgitho-v2.9.0-beta1.elf
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#pragma once | ||
|
||
#define FWVERSION "2.9.0-beta" | ||
#define FWVERSION "2.9.0-beta1" |
Oops, something went wrong.