Skip to content

techlabksbg/t-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t-watch

Building your own app

See here.

Configurations

The platformio file has two configurations, ttgo-t-watch and ttgo-t-watch-macos. You can choose which configuration is used by selecting it in the bottom bar of VS Code (towards env:...).

This is due to the different naming of the device that the watch gets recognized as ( /dev/ttyUSB0 for Linux, /dev/tty.usbserial-... on Mac). So to use it on the Mac, set the environment variable PLATFORMIO_UPLOAD_PORT to your device port, for example as follows:

launchctl setenv PLATFORMIO_UPLOAD_PORT /dev/tty.usbserial-0233D4FC

To make Visual Studio know about this when running MacOS, create a file environment.plist in ~/Library/LaunchAgents/ Documentation on how these environment variables work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages