From 6155ac7089cb7d385bf7c68de1afb1d6cd7ba14c Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Mon, 17 Oct 2022 09:27:44 +0300 Subject: [PATCH] switch-controller: add basic functionality to main --- SwitchController/.cproject | 6 +++ SwitchController/.gitignore | 1 + SwitchController/.project | 1 + SwitchController/src/SwitchController.cpp | 1 - esp-vent-main/.cproject | 10 +++++ esp-vent-main/.project | 1 + esp-vent-main/src/esp-vent-main.cpp | 47 +++++++---------------- 7 files changed, 32 insertions(+), 35 deletions(-) create mode 100644 SwitchController/.gitignore diff --git a/SwitchController/.cproject b/SwitchController/.cproject index ecc1363..7a489da 100644 --- a/SwitchController/.cproject +++ b/SwitchController/.cproject @@ -50,6 +50,7 @@ + @@ -126,6 +129,7 @@ + @@ -280,6 +288,7 @@ +