This commit is contained in:
Riyyi
2025-05-10 20:57:26 +02:00
parent 364733cbba
commit 2b6ba48365
3 changed files with 51 additions and 25 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ server-log:
server-run:
@-cd server ; \
platformio run --target upload ; \
platformio run --target upload && \
platformio device monitor ; \
cd ..
@@ -28,6 +28,6 @@ client-log:
client-run:
@-cd client ; \
platformio run --target upload ; \
platformio run --target upload && \
platformio device monitor ; \
cd ..