Bläddra i källkod

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

Robert Marshall 5 år sedan
förälder
incheckning
57697a5796
1 ändrade filer med 2 tillägg och 1 borttagningar
  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