Instant flashing of OpenBikeSensor configuration
-
Create a directory for your config. Le'ts call it
myconfig
. -
Create a file
myconfig/cfg.obs
with the configuration JSON content:{"obs":[{"displayConfig": 783}]}
This example file would enable advanced display options.
-
Make sure
esptool
oresptool.py
is installed. If it is somewhere weird, run the following withESPTOOL
environment variable set to point to your esptool command. -
Run
configure.sh myconfig