Basic MAC data interface for LoRa transceiver
Dependents: LoRaBaseStation LoRaTerminal
Diff: AlohaTransceiver.cpp
- Revision:
- 9:3074f6e08d8e
- Parent:
- 8:4bda842f73d4
- Child:
- 10:065a4b58c6ff
diff -r 4bda842f73d4 -r 3074f6e08d8e AlohaTransceiver.cpp --- a/AlohaTransceiver.cpp Sun Jul 17 11:23:20 2016 +0000 +++ b/AlohaTransceiver.cpp Wed Jul 27 03:20:55 2016 +0000 @@ -193,7 +193,7 @@ { Radio.Rx( 0 ); Radio.Send(buffer, length); - Radio.Rx( RX_TIMEOUT_VALUE ); + //Radio.Rx( RX_TIMEOUT_VALUE ); } void AlohaTransceiver::registerType(AlohaFrame::AlohaType_t type, aloha_callback_func f)