-
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.
HW Rev 2: - Spilt program in multiple tasks, this makes it easier to spot issues - Stale tasks at least should result in a log entry - Include reset reason in human readable format All HW revs: - Prevent memory corruption in MQTT PubSubClient lib (issue knolleary/pubsubclient#832) - Switch to MQTT PubSubClient lib without dynamic memory allocation - MQTT subscribed topic buffer max size - MQTT Dynamic JSON to Static JSON buffer - Logging buffer as local short lived vars - Config save and reset moved to looptask - More robust wifi scan code - Monitor heap largest block free - Added build instructions This release contains much changes, especially for HW revision 2. Please test and report any issues. If this release is stable I will push it as stable release.
- Loading branch information
1 parent
66a3ed8
commit e7558ba
Showing
21 changed files
with
1,071 additions
and
504 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"hw_rev": { | ||
"1": { | ||
"latest_fw":"2.1", | ||
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_1/NRG_itho_wifi_HW1x_FW2.1.bin" | ||
"latest_fw":"2.2-beta", | ||
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_1/NRG_itho_wifi_HW1x_FW2.2-beta.bin" | ||
}, | ||
"2": { | ||
"latest_fw":"2.1", | ||
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.1.bin" | ||
"latest_fw":"2.2-beta", | ||
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.2-beta.bin" | ||
} | ||
} | ||
} |
Binary file added
BIN
+511 KB
compiled_firmware_files/hardware_rev_1/NRG_itho_wifi_HW1x_FW2.2-beta.bin
Binary file not shown.
Binary file added
BIN
+979 KB
compiled_firmware_files/hardware_rev_2/NRG_itho_wifi_HW2x_FW2.2-beta.bin
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
Oops, something went wrong.