Moved bms into task manager

This commit is contained in:
2021-12-19 22:50:50 +01:00
parent 05af290420
commit c7420afd9c
3 changed files with 11 additions and 4 deletions

View File

@ -172,10 +172,6 @@ extern "C" void app_main()
performance.lastTime = now;
}
#ifdef FEATURE_BMS
bms::update();
#endif
#ifdef FEATURE_DNS_NS
handle_dns_announce();
#endif