From 822e273e46dd0ee2ea34b2400056ed39eb1201ec Mon Sep 17 00:00:00 2001 From: choibk Date: Sat, 8 Nov 2025 21:48:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=8A=A4=ED=84=B0=20=EC=8A=AC?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EB=B8=8C=20=EC=BD=94=EB=93=9C=20=EB=B6=84?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformio.ini | 4 ++++ src/{ => Main_ESP32}/main.cpp | 0 {Slave_MPINO => src/Slave_MPINO}/MPINO.cpp | 0 3 files changed, 4 insertions(+) rename src/{ => Main_ESP32}/main.cpp (100%) rename {Slave_MPINO => src/Slave_MPINO}/MPINO.cpp (100%) 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