Dantir — ESP32-S3 surveillance counter-watcher. BLE + WiFi detection of Flock Safety, Ring, and other surveillance devices.
Find a file
rpriven a6c6ab0456
Fix build errors: add missing includes and forward declarations
Added Adafruit_NeoPixel.h and ESPAsyncWebServer.h includes that were
implicitly resolved in OUI Spy but needed explicitly in standalone build.
Added forward declarations for fyGPSIsFresh() and fyAddDetection() so the
WiFi promiscuous callback can reference them before their definitions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 17:19:38 -07:00
src Fix build errors: add missing includes and forward declarations 2026-02-20 17:19:38 -07:00
.gitignore Initial commit — Dantir surveillance counter-watcher 2026-02-19 23:06:19 -07:00
LICENSE Fix attribution — credit colonelpanichacks and wgreenberg 2026-02-19 23:18:55 -07:00
partitions.csv Initial commit — Dantir surveillance counter-watcher 2026-02-19 23:06:19 -07:00
platformio.ini Initial commit — Dantir surveillance counter-watcher 2026-02-19 23:06:19 -07:00