Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ here relative to the ESP-IDF SDK root folder:

- `examples/system/console/advanced/`

```
$ git submodule update --init --recursive
$ echo '\nCONFIG_MEMFAULT_PROJECT_KEY="YOUR_KEY"' >> sdkconfig.defaults
$ idf.py set-target esp32
$ idf.py build
$ idf.py flash
```

Get your project key from https://mflt.io/project-key.

## Configuring for MQTT

This application includes an option to send Memfault data over MQTT. This option requires a few extra pieces to set up.
Expand Down