move resolving enums to string into network class

This commit is contained in:
technyon
2022-04-02 10:51:16 +02:00
parent 094a7e096f
commit 4ab69433b5
7 changed files with 49 additions and 198 deletions

View File

@@ -1,6 +1,6 @@
#include "Arduino.h"
#include "Network.h"
#include "Nuki.h"
#include "Network.h"
#include "WebCfgServer.h"
#include <FreeRTOS.h>