Skip to content

Commit

Permalink
Rename main.cpp to mainStar.h , setupStar and mainStar
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed Jan 10, 2025
1 parent a51f23d commit 4fab059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Sys/SysModWeb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

#include "html_ui.h"
#include "html_newui.h"
// #include "WWWData.h"

// #include <ArduinoOTA.h>

//https://techtutorialsx.com/2018/08/24/esp32-web-server-serving-html-from-file-system/
//https://randomnerdtutorials.com/esp32-async-web-server-espasyncwebserver-library/
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp → src/mainStar.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ UserModMDNS *mdns;
SET_LOOP_TASK_STACK_SIZE(16 * 1024); // 16KB

//setup all modules
void setup() {
void setupStar() {

mdls = new SysModules();

Expand Down Expand Up @@ -170,6 +170,6 @@ void setup() {
}

//loop all modules
void loop() {
void loopStar() {
mdls->loop();
}

0 comments on commit 4fab059

Please sign in to comment.