2022-12-30 19:19:52 +01:00
|
|
|
# Buzzer
|
|
|
|
## Build
|
|
|
|
```shell
|
2023-01-01 03:13:53 +01:00
|
|
|
platformio run --target uploadfs
|
2022-12-30 20:14:35 +01:00
|
|
|
platformio run --target upload
|
|
|
|
```
|
|
|
|
|
|
|
|
## Monitor
|
|
|
|
```shell
|
|
|
|
platformio device monitor
|
2022-12-30 19:19:52 +01:00
|
|
|
```
|