buzzer/README.md

20 lines
271 B
Markdown
Raw Normal View History

2022-12-30 19:19:52 +01:00
# Buzzer
## Build
```shell
2023-01-04 16:18:21 +01:00
pio run -t uploadfs
pio run -t upload
```
## Monitor
```shell
2023-01-04 16:18:21 +01:00
pio device monitor
2022-12-30 19:19:52 +01:00
```
2023-01-04 16:18:21 +01:00
## 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.