JohnySeven / TWatchSK

TTGO T-Watch 2020 v1 supporting Signal K features for displaying boat data and controlling devices on board.
MIT License
9 stars 1 forks source link

ENH: Add a way to install TWatchSK w/o PlatformIO (maybe in TWatchSK Designer?) #72

Closed ba58smith closed 2 years ago

ba58smith commented 3 years ago

Most users of TWatchSK will not want to contribute development effort to it - they'll just want to use it. It would be nice if it could be installed by a user without having to install PlatformIO and clone the TWatchSK Git repo, and build it. From a conversation w/ @JohnySeven on 12 Oct, 2021:

JohnySeven commented 3 years ago

Thanks will look into it.

JohnySeven commented 3 years ago

Found esptool for Windows, Linux and Mac OS at https://github.com/igrr/esptool-ck/releases So my plan is to have esptool for specific OS bundled with Designer.

Steps:

  1. Download latest version of TWatchSK firmware
  2. Detect serial port or allow user to pick one from drop down
  3. Run esptool to erase flash and upload new firmware

Will report further progress.

JohnySeven commented 2 years ago

As this is done and tested on all 3 platforms it's done!