Browse Source

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

Robert Marshall 5 năm trước cách đây
mục cha
commit
57697a5796
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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