That's it... In order to run it you have to build this thing with pio and then flash it with flash command. So first you will have to install Python (I'm using 3.11), create venv, install PlatformIO Python lib and install Binarry Configurator ("flash" command, I'm suggesting to install it from sources with -e flag in order to get quick way to change/debug something). After you will install it you will have to make symlinks for hardware repo - ls -lah "/Users/dsuvorov/Library/Application Support/ExpressLRS Configurator/firmwares/binary-targets". That's where PlatformIO installed itself on my mac... Something like:
That's it... In order to run it you have to build this thing with
pio
and then flash it withflash
command. So first you will have to install Python (I'm using 3.11), create venv, install PlatformIO Python lib and install Binarry Configurator ("flash" command, I'm suggesting to install it from sources with -e flag in order to get quick way to change/debug something). After you will install it you will have to make symlinks for hardware repo -ls -lah "/Users/dsuvorov/Library/Application Support/ExpressLRS Configurator/firmwares/binary-targets"
. That's where PlatformIO installed itself on my mac... Something like:After everything is installed you can take this function, add to your
bash_profile
or something and try it: