Unified AppEsp and AppSim into a single App module (#94)

This commit is contained in:
Ken Van Hoeylandt
2024-11-27 00:06:59 +01:00
committed by GitHub
parent d7b151ab88
commit 03d14ef74b
27 changed files with 140 additions and 100 deletions
@@ -176,6 +176,10 @@ static void service_stop(TT_UNUSED Service& service) {
wifi = nullptr;
}
void wifi_main(void*) {
// NO-OP
}
extern const Manifest manifest = {
.id = "Wifi",
.onStart = &service_start,