You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the received payload can be dynamically identified from the RF module nRF24L01+ void userRxCallBack(BYTE *rxData,BYTE rx_DataSize) { //if(rx_DataSize == 2)//useless as rx_DataSize still not dynamically identified
The text was updated successfully, but these errors were encountered:
if the received payload can be dynamically identified from the RF module nRF24L01+
void userRxCallBack(BYTE *rxData,BYTE rx_DataSize) { //if(rx_DataSize == 2)//useless as rx_DataSize still not dynamically identified
The text was updated successfully, but these errors were encountered: