Procházet zdrojové kódy

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

Robert Marshall před 5 roky
rodič
revize
57697a5796
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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