# ESP32-C6 Gas Usage Monitor ## Build Install [ESP IDF](https://docs.espressif.com/projects/idf-im-ui/en/latest/) ``` . ~/.espressif/v6.0/esp-idf/export.sh idf.py set-target esp32c6 idf.py -p /dev/ttyACM1 build flash monitor ``` Use `idf.py menuconfig` to change options Use `idf.py erase-flash` to clear non-volatile storage.