You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
#* ~~~ Obsolete ~~~ *
1
+
#* ~~~ Obsolete ~~~ *
2
2
This library is obsolete and no longer supported. The Wireless Programming protocol was mergerd in the mainstream [RFM69 library](https://github.com/LowPowerLab/RFM69) and now known as **RFM69_OTA.h** - so replace/include that instead of **WirelessHEX69.h** in any new sketches. There are new [Programmer and Target examples](https://github.com/LowPowerLab/RFM69/tree/master/Examples/WirelessProgramming_OTA) in the main RFM69 lib as well.
3
3
<br>**WirelessProgramming.exe** has also been upgraded and included at the link above and the one in this directory is kept for reference but is no longer up to date to be used with the latest RFM69_OTA library.
4
4
5
-
##Moteino Wireless Programming library
5
+
##Moteino Wireless Programming library
6
6
* Library for facilitating wireless programming using RFM12B/RFM69 transceivers (get libraries here: [RFM12B](https://github.com/LowPowerLab/RFM12B) and [RFM69](https://github.com/LowPowerLab/RFM69))
7
7
* and the SPI Flash memory library for arduino/moteino (get library here: [SPIFlash](http://github.com/LowPowerLab/SPIFlash))
8
8
* DEPENDS ON the two libraries mentioned above
@@ -15,5 +15,5 @@ This library is obsolete and no longer supported. The Wireless Programming proto
15
15
16
16
Examples for how to wirelessly program Moteino are found under the RFM12B and RFM69 libraries.
17
17
18
-
##License
18
+
##License
19
19
GPL 3.0, please see the [License.txt](https://github.com/LowPowerLab/WirelessProgramming/blob/master/License.txt) file for details. Be sure to include the same license with any fork or redistribution of this library.
0 commit comments