mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-22 07:58:02 +01:00
11 lines
146 B
Markdown
11 lines
146 B
Markdown
# Buzzer
|
|
## Build
|
|
```shell
|
|
platformio run --target uploadfs
|
|
platformio run --target upload
|
|
```
|
|
|
|
## Monitor
|
|
```shell
|
|
platformio device monitor
|
|
```
|