📚 Reference

Reference materials, examples, and troubleshooting guides for the HardFOC ESP-IDF Project Tools.

Available Resources

Quick Reference

Common Commands

1
2
3
4
5
6
7
8
# Build an application
./scripts/build_app.sh <app_type> <build_type>

# Flash to ESP32
./scripts/flash_app.sh flash <app_type> <build_type>

# Monitor output
./scripts/flash_app.sh monitor

Configuration

  • Main config: app_config.yml
  • Build config: build_config section
  • Flash config: flash_config section

Getting Help

Examples by Use Case


Table of contents