firmware: add 82:6b:f2 to target OUIs (DeFlockJoplin)

The README lists 31 OUIs including 82:6b:f2 (contributed by Michael /
DeFlockJoplin — the 12th camera in his Joplin drive-test), but the
target_ouis[] array only had the original 30. This closes that
docs-vs-code gap so the firmware actually matches every OUI documented.
This commit is contained in:
Colonel Panic
2026-07-29 12:30:49 -04:00
parent 48d3f1fa9c
commit 4dd8a20100
+2 -3
View File
@@ -99,9 +99,8 @@ static const char* target_ouis[] = {
"94:08:53", "e4:aa:ea", "f4:6a:dd", "f8:a2:d6", "24:b2:b9",
"00:f4:8d", "d0:39:57", "e8:d0:fc", "e0:4f:43", "b8:1e:a4",
"70:08:94", "58:8e:81", "ec:1b:bd", "3c:71:bf", "58:00:e3",
"90:35:ea", "5c:93:a2", "64:6e:69", "48:27:ea", "a4:cf:12"
"90:35:ea", "5c:93:a2", "64:6e:69", "48:27:ea", "a4:cf:12",
"82:6b:f2" // contributed by Michael / DeFlockJoplin
};
static const size_t OUI_COUNT = sizeof(target_ouis) / sizeof(target_ouis[0]);