mirror of
https://github.com/AlexGyver/GyverLamp2.git
synced 2025-08-08 09:01:06 +03:00
[platformio] Align configs with Arduino IDE
This commit is contained in:
23
firmware/PlatformIO/README.md
Normal file
23
firmware/PlatformIO/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# PIO project
|
||||
|
||||
### Prerequisites:
|
||||
```
|
||||
pio update
|
||||
```
|
||||
|
||||
### Update over wire:
|
||||
```
|
||||
pio run -e debug -t erase
|
||||
pio run -e debug -t upload
|
||||
pio run -e release -t upload
|
||||
```
|
||||
|
||||
### Listen to serial monitor:
|
||||
```
|
||||
pio device monitor
|
||||
```
|
||||
|
||||
### Update over local network:
|
||||
```
|
||||
pio run -e wireless -t upload
|
||||
```
|
Reference in New Issue
Block a user