fix: builds
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user