add an example app structe

This commit is contained in:
sharandac
2020-08-03 16:11:37 +02:00
parent 489b01809d
commit 04299d4f86
20 changed files with 1010 additions and 20 deletions

View File

@@ -34,6 +34,7 @@
#include "hardware/wifictl.h"
#include "app/weather/weather.h"
#include "app/example_app/example_app.h"
TTGOClass *ttgo = TTGOClass::getWatch();
@@ -74,6 +75,7 @@ void setup()
* add apps and widgets here!!!
*/
weather_app_setup();
example_app_setup();
/*
*
*/