TioRuben / TTGO-T-Wristband

First steps with TTGO T-Wristband
MIT License
65 stars 23 forks source link

Av/pio config envs #3

Closed hpsaturn closed 4 years ago

hpsaturn commented 4 years ago

Hi, nice project,

Objective:

I added some env variants for improve the first firmware building and upload via USB, and then build with OTA (default option) using the env feature of PlatformIO. Also added basic documentation and one image for it.

A little brief is:

We have now two options:

USB building and upload:

pio run -e esp32dev --target upload

OTA building and upload: (default behavior)

pio run --target upload
hpsaturn commented 4 years ago

The only thing, is that you should be commit a little change for set the screenshot image (on README) target to your master.