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