Skip to content
Snippets Groups Projects
Jochen Vothknecht's avatar
fxk8y authored
48d39c9c
History

qthing

Get started

  • Install the ESP32 Toolchain and add it to your PATH
  • Clone this project
  • git submodule update --init --recursive
  • Create environments/<my_environment>.h (see/copy the example file)
  • Create devices/<my_device> directory (see/copy the example device)
  • Run ./set-environment <my_environment> to set a target environment
  • Run ./set-device <my_device> to set a target device
  • Run ./make flash (or ./make flash monitor) to build and flash your device

esp-idf notes

This project includes the esp-idf as a submodule. Use the included script (./make) to invoke the toolchain or set your IDF_PATH to the projects esp-idf directory to avoid version conflicts.

Disclaimer

The API is not stable