From 82b82776790c9fce0c77ca92111fa024bff397d6 Mon Sep 17 00:00:00 2001 From: sharandac Date: Wed, 29 Jul 2020 08:07:02 +0200 Subject: [PATCH] move app to widget for merge --- src/my-ttgo-watch.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/my-ttgo-watch.ino b/src/my-ttgo-watch.ino index 0d67822..b109fc5 100644 --- a/src/my-ttgo-watch.ino +++ b/src/my-ttgo-watch.ino @@ -33,7 +33,7 @@ #include "hardware/motor.h" #include "hardware/wifictl.h" -#include "app/weather/weather.h" +#include "gui/widget/weather/weather.h" TTGOClass *ttgo = TTGOClass::getWatch(); @@ -76,7 +76,7 @@ void setup() /* * */ - + wifictl_on(); display_set_brightness( display_get_brightness() );