mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 23:48:07 +01:00
19 lines
271 B
Markdown
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.
|