Use JSON payload
-
+
+
All messages (except the device status) will be included in a JSON payload along with the timestamp and hostname
@@ -1387,6 +1390,7 @@
Use UTC time
+
And weekday is one of
@@ -1399,7 +1403,7 @@
Enabled
-
+
Delete schedule
@@ -1431,7 +1435,7 @@
diff --git a/code/platformio.ini b/code/platformio.ini
index b6aafd34..7802bd91 100644
--- a/code/platformio.ini
+++ b/code/platformio.ini
@@ -2040,22 +2040,22 @@ extra_scripts = ${common.extra_scripts}
[env:luani-hvio]
platform = ${common.platform}
framework = ${common.framework}
-board = ${common.board_4m}
+board = ${common.board_1m}
board_build.flash_mode = ${common.flash_mode}
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
-build_flags = ${common.build_flags_4m1m} -DLUANI_HVIO
+build_flags = ${common.build_flags_1m0m} -DLUANI_HVIO
monitor_speed = ${common.monitor_speed}
extra_scripts = ${common.extra_scripts}
[env:luani-hvio-ota]
platform = ${common.platform}
framework = ${common.framework}
-board = ${common.board_4m}
+board = ${common.board_1m}
board_build.flash_mode = ${common.flash_mode}
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
-build_flags = ${common.build_flags_4m1m} -DLUANI_HVIO
+build_flags = ${common.build_flags_1m0m} -DLUANI_HVIO
upload_speed = ${common.upload_speed}
upload_port = ${common.upload_port}
upload_flags = ${common.upload_flags}
@@ -2383,3 +2383,27 @@ monitor_speed = ${common.monitor_speed}
upload_port = ${common.upload_port}
upload_flags = ${common.upload_flags}
extra_scripts = ${common.extra_scripts}
+
+[env:generic-ag-l4]
+platform = ${common.platform}
+framework = ${common.framework}
+board = ${common.board_1m}
+board_build.flash_mode = ${common.flash_mode}
+lib_deps = ${common.lib_deps}
+lib_ignore = ${common.lib_ignore}
+build_flags = ${common.build_flags_1m0m} -DGENERIC_AG_L4
+monitor_speed = ${common.monitor_speed}
+extra_scripts = ${common.extra_scripts}
+
+[env:generic-ag-l4-ota]
+platform = ${common.platform}
+framework = ${common.framework}
+board = ${common.board_1m}
+board_build.flash_mode = ${common.flash_mode}
+lib_deps = ${common.lib_deps}
+lib_ignore = ${common.lib_ignore}
+build_flags = ${common.build_flags_1m0m} -DGENERIC_AG_L4
+upload_speed = ${common.upload_speed}
+upload_port = ${common.upload_port}
+upload_flags = ${common.upload_flags}
+extra_scripts = ${common.extra_scripts}
diff --git a/images/devices/generic-ag-l4-1.jpg b/images/devices/generic-ag-l4-1.jpg
new file mode 100644
index 00000000..6b7eec4d
Binary files /dev/null and b/images/devices/generic-ag-l4-1.jpg differ
diff --git a/images/devices/generic-ag-l4-2.jpg b/images/devices/generic-ag-l4-2.jpg
new file mode 100644
index 00000000..a6f96338
Binary files /dev/null and b/images/devices/generic-ag-l4-2.jpg differ
diff --git a/images/devices/generic-ag-l4-3.jpg b/images/devices/generic-ag-l4-3.jpg
new file mode 100644
index 00000000..7f4c5d6e
Binary files /dev/null and b/images/devices/generic-ag-l4-3.jpg differ
diff --git a/images/devices/generic-ag-l4-4.jpg b/images/devices/generic-ag-l4-4.jpg
new file mode 100644
index 00000000..8e39d6d3
Binary files /dev/null and b/images/devices/generic-ag-l4-4.jpg differ
diff --git a/images/devices/generic-ag-l4-5.jpg b/images/devices/generic-ag-l4-5.jpg
new file mode 100644
index 00000000..ed8b285f
Binary files /dev/null and b/images/devices/generic-ag-l4-5.jpg differ