mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:58:14 +00:00
SLT: fix
This commit is contained in:
parent
881ca67f80
commit
5edaa6ec29
@ -233,7 +233,7 @@ uint16_t initSLT()
|
||||
if(sub_protocol == VISTA)
|
||||
{
|
||||
memcpy(rx_tx_addr,"\x00\x00\x23\x00",SLT_TXID_SIZE);
|
||||
memcpy(hopping_frequency,"\x03\x0A\x11\x18\x1F\x26\x13\x0F\x0B\x10\x08\x16\x1D\x24\x06",9);
|
||||
memcpy(hopping_frequency,"\x03\x0A\x11\x18\x1F\x26\x13\x0F\x0B\x10\x08\x16\x1D\x24\x06",15);
|
||||
}
|
||||
else
|
||||
SLT_set_freq();
|
||||
|
Loading…
x
Reference in New Issue
Block a user