moved onGetNetworks function to new file

This commit is contained in:
RaffaelW 2024-12-15 21:32:13 +01:00
parent 53e42a0b0b
commit 33bc277bb5
5 changed files with 39 additions and 30 deletions

View file

@ -16,6 +16,7 @@
#include "ESPDMX.h"
#include <LittleFS.h>
#include "routes/config.h"
#include "routes/networks.h"
#include "routes/status.h"
DMXESPSerial dmx1;