
Send DHT11 & SHT10 sensors data through LoRa SX1272 board.
Fork of SX1272PingPong by
Diff: main.cpp
- Revision:
- 20:740593ff1121
- Parent:
- 17:cd37e3e63cec
- Child:
- 22:6d4464ff7b32
--- a/main.cpp Mon Mar 13 16:00:29 2017 +0000 +++ b/main.cpp Tue Mar 28 14:40:07 2017 +0000 @@ -57,7 +57,7 @@ { uint8_t i; - debug( "\n\n\r iGreenhouse Application - Transmitter \n\n\r" ); + debug( "\n\n\r iGreenhouse Application - Transmitter\n\n\r" ); // Initialize Radio driver RadioEvents.TxDone = OnTxDone;