From 535ecc84f259bcaab1bc26e21942843938a165bd Mon Sep 17 00:00:00 2001 From: SWETRAK Date: Mon, 6 Jul 2026 22:09:46 +0200 Subject: [PATCH] feat: added vs-code workspace --- APL_PlatformIO.code-workspace | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 APL_PlatformIO.code-workspace diff --git a/APL_PlatformIO.code-workspace b/APL_PlatformIO.code-workspace new file mode 100644 index 0000000..e324da6 --- /dev/null +++ b/APL_PlatformIO.code-workspace @@ -0,0 +1,28 @@ +{ + "folders": [ + { + "path": "APL_Master" + }, + { + "name": "APL_Slave_1", + "path": "APL_Slave_1" + }, + { + "name": "APL_Slave_2", + "path": "APL_Slave_2" + }, + { + "name": "APL_Slave_3", + "path": "APL_Slave_3" + }, + { + "name": "APL_Slave_4", + "path": "APL_Slave_4" + }, + { + "name": "APL_Slave_5", + "path": "APL_Slave_5" + } +], + "settings": {} +}