// OMOTE firmware for ESP32 // 2023 Maximilian Kern #include "OmoteSetup.hpp" void setup() { OMOTE::setup(); } void loop() { OMOTE::loop(); }