Browse Source

Move from RFTransmitter library to RadioHead for more reliable comms. Add timer to resend message at set interval.

Robert Marshall 5 years ago
parent
commit
57697a5796
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Transmitter/platformio.ini

+ 2 - 1
Transmitter/platformio.ini

@@ -15,4 +15,5 @@ framework = arduino
 upload_port = /dev/ttyUSB2
 
 lib_deps=
-	RFTransmitter
+	RadioHead
+	SPI