Update README.md

This commit is contained in:
Felix Rusu 2018-05-06 20:10:47 -04:00 committed by GitHub
parent 86c9781100
commit 4c780da353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,17 @@
![GUI v1.6](https://raw.githubusercontent.com/LowPowerLab/RFM69/master/Examples/WirelessProgramming_OTA/OTAGUI.png)
# Wireless Programming for Moteinos # Wireless Programming for Moteinos
## How to use
## v1.6 Changes
- various bugs fixed
- protocol improved to support variable HEX record length
- removed the delay logging since it was causing some glitching
## v1.5 Changes
Since v1.5 you can now run this app in several ways: Since v1.5 you can now run this app in several ways:
- natively via the WirelessProgramming.exe GUI app - natively via the WirelessProgramming.exe GUI app
- the windows GUI can also invoke the OTA.py script via embedded IronPython engine (parameters from GUI pass to the OTA.py script) - the windows GUI can also invoke the OTA.py script via embedded IronPython engine (parameters from GUI pass to the OTA.py script)
- cross platform straight from Python (2.7 runtime) by supplying parameters (run `python OTA.py -h` for details) - cross platform straight from Python (2.7 runtime) by supplying parameters (run `python OTA.py -h` for details)
<br/> <br/>
Make sure to download the entire repo ZIP, not individual files. You must download pythonLibs.zip and OTA.py and place them in the same directory as WirelessProgramming.exe if you plan to run the protocol via the OTA.py script.
You may need to download the entire repository as a ZIP file.