Skip to content

openbikesensor/OpenBikeSensorFlasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBikeSensorFlasher

This container exposes a static web page that allows direct flashing of the OpenBikeSensor Firmware to an ESP via the Chrome browser.

A running version is available at https://install.openbikesensor.org/.

You can also run the most recent container built on GitHub

docker run --rm -p 80:80 ghcr.io/openbikesensor/openbikesensorflasher:main

open your browser at http://localhost/.

To build and run the container call

docker build -t openbikesensor/openbikesensorflasher .
docker run --rm -p 80:80 openbikesensor/openbikesensorflasher

then open your browser at http://localhost/.

Details

See linked documents for details.

Shoulders

About

Docker container with a web based flash tool for initial flashing of the OpenBikeSensorFirmware

Resources

License

Stars

Watchers

Forks

Releases

No releases published