gabrio gabrio / Mbed 2 deprecated RECEIVER

Dependencies:   BufferedSerial SX1276GenericLib mbed

Fork of TRANSMITTER by gabrio gabrio

Revision:
1:247f19702edd
Parent:
0:acd8e2ba10c5
Child:
2:5ddb3de762a0
--- a/Transmitter/Transmitter.cpp	Wed May 23 20:59:12 2018 +0000
+++ b/Transmitter/Transmitter.cpp	Wed May 23 21:01:35 2018 +0000
@@ -87,10 +87,6 @@
  */
 SX1276Generic *Radio;
 
-
-const uint8_t PingMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'I', 'N', 'G'};// "PING";
-const uint8_t PongMsg[] = { 0xff, 0xff, 0x00, 0x00, 'P', 'O', 'N', 'G'};// "PONG";
-
 uint16_t BufferSize = BUFFER_SIZE;
 uint8_t *Buffer;