fix: builds

This commit is contained in:
2025-09-16 18:14:41 +02:00
parent 95a7e3167e
commit f7f5918509
4 changed files with 4 additions and 44 deletions

View File

@@ -37,7 +37,7 @@ void setup() {
// Start the API server and complete initialization
spore.begin();
LOG_INFO(spore.getContext(), "Main", "NeoPattern service registered and ready!");
LOG_INFO( "Main", "NeoPattern service registered and ready!");
}
void loop() {