klaue tiefer geschlitzt

This commit is contained in:
Alexander Alber 2022-06-25 22:53:51 +02:00
parent 05c3d17f35
commit 296cb515bb
5 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@ std::vector<std::reference_wrapper<App>> apps = {
std::ref<App>(fackel_app) std::ref<App>(fackel_app)
}; };
unsigned int current_app = 0; unsigned int current_app = 1;
unsigned int next_app; unsigned int next_app;
void setup() void setup()
{ {
next_app = current_app; next_app = current_app;
zauberstab_init(); zauberstab_init();
Serial.begin(115200); //Serial.begin(115200);
apps[current_app].get().init(); apps[current_app].get().init();
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.