Skip to content

Commit

Permalink
add note regarding the esp32-s3-devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Jan 19, 2025
1 parent 3325fa2 commit 8d186a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AquaMQTT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,15 @@ Listener" and "Man-in-the-Middle."
```bash
pio run -e arduino_nano_esp32
```

3. Connect the Arduino and upload the project to your microcontroller via USB

```bash
pio run -t upload -e arduino_nano_esp32
```

**Note:** If you are using the cheaper esp32 [esp32-s3-devkit-c1](https://github.com/tspopp/AquaMQTT/issues/56) instead of the Arduino Nano ESP32, use the environment `esp32-s3-devkitc-1` instead of `arduino_nano_esp32`

### Over-The-Air Update

1. Determine the IP-Address of your AquaMQTT device
Expand Down

0 comments on commit 8d186a5

Please sign in to comment.