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

@@ -12,8 +12,8 @@ void setup() {
// Start the framework (this will start the API server with static file serving)
spore.begin();
LOG_INFO(spore.getContext(), "Example", "Static web server started!");
LOG_INFO(spore.getContext(), "Example", "Visit http://<node-ip>/ to see the web interface");
LOG_INFO( "Example", "Static web server started!");
LOG_INFO( "Example", "Visit http://<node-ip>/ to see the web interface");
}
void loop() {