buzzer/README.md
2023-01-04 16:18:21 +01:00

19 lines
271 B
Markdown

# Buzzer
## Build
```shell
pio run -t uploadfs
pio run -t upload
```
## Monitor
```shell
pio device monitor
```
## OTA
```shell
pio run
pio run -t buildfs
```
Go to http://<IP>/upload and upload `firmware.bin` and `spiffs.bin` to the firmware and filesystem sections.