Basic MAC data interface for LoRa transceiver
Dependents: LoRaBaseStation LoRaTerminal
Diff: AlohaTransceiver.cpp
- Revision:
- 21:3b86a44b98c8
- Parent:
- 20:bd26d3cbc0bd
- Child:
- 22:2e39f382f782
diff -r bd26d3cbc0bd -r 3b86a44b98c8 AlohaTransceiver.cpp --- a/AlohaTransceiver.cpp Wed Aug 24 10:46:33 2016 +0000 +++ b/AlohaTransceiver.cpp Thu Sep 01 01:00:09 2016 +0000 @@ -261,12 +261,6 @@ // send to radio Radio.Send(buffer, frame_length); - // workaround: set radio to rx state after transmitting - // i noticed different hehavior on different driver -#ifdef DRIVER_INAIR - Radio.Rx(0); -#endif - State = LOWPOWER; return true;