Skip to content

Commit

Permalink
ASF: try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Mar 23, 2024
1 parent 7f3a93c commit 9e9c395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Multiprotocol/Kyosho3_cyrf6936.ino
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ void KYOSHO3_init()
debugln("ID: %02X %02X %02X",rx_tx_addr[1],rx_tx_addr[2],rx_tx_addr[3]);
debugln("RF CH: %02X",hopping_frequency[0]);
#endif
CYRF_ConfigRFChannel(hopping_frequency[0]);

bind_counter=1000;
phase=0;
Expand Down
2 changes: 1 addition & 1 deletion Multiprotocol/Multiprotocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_PATCH_LEVEL 3
#define VERSION_PATCH_LEVEL 4

#define MODE_SERIAL 0

Expand Down

0 comments on commit 9e9c395

Please sign in to comment.