Skip to content

Commit

Permalink
SLT try 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Apr 14, 2024
1 parent 7ddeb31 commit f35be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multiprotocol/XN297Dump_nrf24l01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ static uint16_t XN297Dump_callback()
address_length=4;
memcpy(rx_tx_addr, (uint8_t *)"\xF4\x71\x8D\x01", address_length); // bind \x7E\xB8\x63\xA9
bitrate=XN297DUMP_250K;
packet_length=16;
packet_length=7;
hopping_frequency_no=0x50; //bind 0x50, normal ??

NRF24L01_Initialize();
Expand Down

0 comments on commit f35be29

Please sign in to comment.