Преглед изворни кода

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

Robert Marshall пре 5 година
родитељ
комит
57697a5796
1 измењених фајлова са 2 додато и 1 уклоњено
  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