Skip to content

Commit

Permalink
Version 2.2-rc2
Browse files Browse the repository at this point in the history
fix: CC1101 module not working after cold boot
  • Loading branch information
arjenhiemstra committed Apr 9, 2021
1 parent 8ac0b6f commit 2a65bd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions compiled_firmware_files/firmware.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"hw_rev": {
"1": {
"latest_fw":"2.2-rc1",
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_1/nrgitho-hw1-v2.2-rc1.bin"
"latest_fw":"2.2-rc2",
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_1/nrgitho-hw1-v2.2-rc2.bin"
},
"2": {
"latest_fw":"2.2-rc1",
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_2/nrgitho-hw2-v2.2-rc1.bin"
"latest_fw":"2.2-rc2",
"link":"https://github.com/arjenhiemstra/ithowifi/raw/master/compiled_firmware_files/hardware_rev_2/nrgitho-hw2-v2.2-rc2.bin"
}
}
}
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions software/NRG_itho_wifi/CC1101.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
CC1101::CC1101()
{
SPI.begin();
#if defined (__HW_VERSION_ONE__) || defined (__HW_VERSION_TWO__)
pinMode(SS, OUTPUT);
#endif
} //CC1101

// default destructor
Expand Down
2 changes: 1 addition & 1 deletion software/NRG_itho_wifi/NRG_itho_wifi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define FWVERSION "2.2-rc1"
#define FWVERSION "2.2-rc2"

#define LOGGING_INTERVAL 21600000 //Log system status at regular intervals
#define ENABLE_FAILSAVE_BOOT
Expand Down

0 comments on commit 2a65bd6

Please sign in to comment.