diff --git a/platformio.ini b/platformio.ini index ef4b167..2d263d3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,3 +18,7 @@ lib_deps = paulstoffregen/OneWire@^2.3.8 milesburton/DallasTemperature@^4.0.5 4-20ma/ModbusMaster@^2.0.1 + +[env:ILOGIC MPINO] +board = ATmega2560 +platform = atmelmegaavr diff --git a/src/main.cpp b/src/Main_ESP32/main.cpp similarity index 100% rename from src/main.cpp rename to src/Main_ESP32/main.cpp diff --git a/Slave_MPINO/MPINO.cpp b/src/Slave_MPINO/MPINO.cpp similarity index 100% rename from Slave_MPINO/MPINO.cpp rename to src/Slave_MPINO/MPINO.cpp