buzzer/README.md

12 lines
146 B
Markdown
Raw Normal View History

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