New website branch

previous was doomed, that is why I made a new brench that was updated with the main.
This commit is contained in:
TeunBugwood
2023-12-11 13:20:19 +01:00
parent c4b21ee3b3
commit ec09cb9625
23 changed files with 252532 additions and 42896 deletions

View File

@@ -33,6 +33,7 @@
#include "modbus_tcp.h"
#include "UDP_broadcast.h"
#include "tcp_cmd.h"
#include "website_backend.h"
/* USER CODE END Includes */
@@ -155,6 +156,9 @@ int main(void)
LOG_WARN(TAG,"error setting owner's details");
}
/* Initialize website backend */
wbe_init();
/* USER CODE END 2 */
/* Infinite loop */