some small updates

This commit is contained in:
sharandac
2020-07-30 08:30:59 +02:00
parent 8e088ba4e6
commit 77a014bb74
10 changed files with 29 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ void setup()
{
motor_setup();
Serial.begin(115200);
Serial.printf("starting t-watch V1\r\n");
Serial.printf("starting t-watch V1, version: " __FIRMWARE__ "\r\n");
ttgo->begin();
ttgo->lvgl_begin();