Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 389 Bytes

---- This is a Platformio project:

to build...

platformio run

to upload...

platformio run --target upload

to start a serial monitor...

platformio serialports monitor -b 115200

update the ota IP address - use your router to set a static IP based on MAC - in platformio.ini

# for over the air - set port to ip address of module...
upload_port = 10.0.2.240