Skip to content

Commit

Permalink
ASF try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Mar 26, 2024
1 parent eb35fef commit 5542e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Multiprotocol/Kyosho3_cyrf6936.ino
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void KYOSHO3_init()

//Find a free even channel
CYRF_FindBestChannels(hopping_frequency,1,1,0x04,0x50, FIND_CHANNEL_EVEN);
hopping_frequency[0] = 0x04;
hopping_frequency[0] = 0x12;

#ifdef KYOSHO3_FORCE_ID // data taken from TX dump
rx_tx_addr[1] = 0x01;
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 5
#define VERSION_PATCH_LEVEL 6

#define MODE_SERIAL 0

Expand Down

0 comments on commit 5542e70

Please sign in to comment.