gabrio gabrio / Mbed 2 deprecated TRANSMITTER

Dependencies:   BufferedSerial SX1276GenericLib mbed

Files at this revision

API Documentation at this revision

Comitter:
gabrio
Date:
Wed May 23 21:01:35 2018 +0000
Parent:
0:acd8e2ba10c5
Child:
2:5ddb3de762a0
Commit message:
removed unused var;

Changed in this revision

Transmitter/Transmitter.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;