This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Utility to change settings on the OpenMesh OM5P-AN and OM5P-AC running FRC OpenWrt. | |
One can flash the radio firmware using ap51-flash <https://github.com/ap51-flash/ap51-flash>. | |
This is also what the official utility uses to flash the radio firmware. | |
You'll need to download the official utility to grab a copy of the firmware. | |
""" |