diff --git a/.externalToolBuilders/OTA SC-F001.launch b/.externalToolBuilders/OTA SC-F001.launch
new file mode 100644
index 0000000..3c0455d
--- /dev/null
+++ b/.externalToolBuilders/OTA SC-F001.launch
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/.project b/.project
index f31512b..c50decb 100644
--- a/.project
+++ b/.project
@@ -11,6 +11,16 @@
+
+ org.eclipse.ui.externaltools.ExternalToolBuilder
+ full,incremental,
+
+
+ LaunchConfigHandle
+ <project>/.externalToolBuilders/OTA SC-F001.launch
+
+
+
org.eclipse.cdt.core.cnature
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bda6977..90f2202 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
-project(app-template)
+project(SC-F001)
diff --git a/main/control_fsm.c b/main/control_fsm.c
index 26bddaa..743c8e1 100644
--- a/main/control_fsm.c
+++ b/main/control_fsm.c
@@ -50,7 +50,7 @@ void setRelay(int8_t relay, bool state) {
void driveRelays() {
uint8_t state = 0x00;
- relay_states[0] = (current_time / 1000000) % 2;
+ //relay_states[0] = (current_time / 1000000) % 2; // for testing purposes
for (uint8_t i=0; i<8; i++) {
// if we command and efuse permits it set the relay
@@ -60,7 +60,7 @@ void driveRelays() {
}
}
- ESP_LOGI(TAG, "RELAY STATE: %x", state);
+ //ESP_LOGI(TAG, "RELAY STATE: %x", state);
i2c_set_relays(state);
}
diff --git a/main/landingpage.html b/main/landingpage.html
index c93d088..3e7dec1 100644
--- a/main/landingpage.html
+++ b/main/landingpage.html
@@ -22,11 +22,26 @@
|
|
- |
+ |
+
+ |
+
+
-
-
+
+