update
This commit is contained in:
parent
279cf12cbc
commit
9211cbff57
31
README.md
31
README.md
@ -25,22 +25,6 @@ void loop() {
|
|||||||
ArduinoOTA.handle();
|
ArduinoOTA.handle();
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
___
|
|
||||||
|
|
||||||
__modify__ _platformio.ini_
|
|
||||||
|
|
||||||
```ini
|
|
||||||
; example platformio.ini
|
|
||||||
[env:esp01_1m]
|
|
||||||
platform = espressif8266
|
|
||||||
board = esp01_1m
|
|
||||||
framework = arduino
|
|
||||||
|
|
||||||
upload_port = COM6
|
|
||||||
monitor_speed = 74880
|
|
||||||
```
|
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
__open serial port to esp8266 and reset__
|
__open serial port to esp8266 and reset__
|
||||||
@ -90,6 +74,21 @@ __note:__ __y__ represents the position of the boot file
|
|||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
|
__modify__ _platformio.ini_
|
||||||
|
|
||||||
|
```ini
|
||||||
|
; example platformio.ini
|
||||||
|
[env:esp01_1m]
|
||||||
|
platform = espressif8266
|
||||||
|
board = esp01_1m
|
||||||
|
framework = arduino
|
||||||
|
|
||||||
|
upload_port = COM6
|
||||||
|
monitor_speed = 74880
|
||||||
|
```
|
||||||
|
|
||||||
|
___
|
||||||
|
|
||||||
__upload compiled binary via uart__
|
__upload compiled binary via uart__
|
||||||
|
|
||||||
__note__: close serial port
|
__note__: close serial port
|
||||||
|
@ -14,7 +14,7 @@ board = esp01_1m
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
; upload_protocol = espota
|
; upload_protocol = espota
|
||||||
; upload_port = 192.168.10.108
|
; upload_port = !!!your IP address!!!
|
||||||
upload_port = COM6
|
upload_port = COM6
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user