This was Raise's ESP32 and ESP8266 firmware flasher cross-platform Qt desktop application for flashing ESP8266s and ESP32s from the Raise.dev Console.
We recommend building this by using QtCreator:
# Install QtCreator from Homebrew Cask
$ brew install --cask qt-creator
# Install the Homebrew dependencies
$ brew bundle
# Output the Caveats to setup Homebrew's Qt in QtCreator
$ brew info --formula qt
Alternatively, you can build from the Terminal with:
script/bootstrap
See the GitHub Actions build.yml
workflow using Ubuntu or Windows.
Note that you'll need to manually install Qt and CMake.
Archived.
Licensed under the MIT License. The full license text is available in LICENSE.txt.