diff --git a/src/main.cpp b/src/main.cpp index 9005c07..186d65e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,8 +22,8 @@ #define ARDUINO_SAMD_VARIANT_COMPLIANCE #include "SdsDustSensor.h" -#include "XD0OTA.h" -#include "XD0MQTT.h" +#include "network/XD0OTA.h" +#include "network/XD0MQTT.h" static const char* TAG = "MAIN"; diff --git a/src/XD0MQTT.cpp b/src/network/XD0MQTT.cpp similarity index 100% rename from src/XD0MQTT.cpp rename to src/network/XD0MQTT.cpp diff --git a/src/XD0MQTT.h b/src/network/XD0MQTT.h similarity index 100% rename from src/XD0MQTT.h rename to src/network/XD0MQTT.h diff --git a/src/XD0OTA.cpp b/src/network/XD0OTA.cpp similarity index 100% rename from src/XD0OTA.cpp rename to src/network/XD0OTA.cpp diff --git a/src/XD0OTA.h b/src/network/XD0OTA.h similarity index 100% rename from src/XD0OTA.h rename to src/network/XD0OTA.h