Added beginnings of new ATC framework.

This commit is contained in:
PeekabooSteam
2023-03-26 15:39:21 +01:00
parent d86a250575
commit da008c220d
5 changed files with 140 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ function setup() {
let atcFeatureSwitch = featureSwitches.getSwitch("atc");
if (atcFeatureSwitch?.isEnabled()) {
atc = new ATC();
// TODO: add back buttons
atc.startUpdates();
}
/* Setup event handlers */