• Joined on 2025-02-27
sam pushed to main at sam/CAR_GPS_REACT 2025-09-10 12:32:16 +10:00
2a0e9df0f3 add post commands and reboot
sam pushed to main at sam/Laravel-GPS-API 2025-09-10 12:31:43 +10:00
7a842805ab Add commands for posting and reboot
sam pushed to main at sam/CAR_GPS_REACT 2025-09-10 11:17:06 +10:00
5a21768b70 removed extra app folder - integrated commands
sam pushed to main at sam/Laravel-GPS-API 2025-09-10 09:45:11 +10:00
998b340411 Config change fix cors
sam pushed to main at sam/Laravel-GPS-API 2025-09-09 16:15:35 +10:00
c9580c2425 Config change to allow cors
sam pushed to main at sam/CAR_GPS_REACT 2025-09-09 11:30:36 +10:00
27f8b1da20 Added map and dashboard
sam pushed to main at sam/CAR_GPS_REACT 2025-09-09 10:51:00 +10:00
14453c32fe Initial T3 scaffold with models, API helpers, and dashboard
sam created branch main in sam/CAR_GPS_REACT 2025-09-09 10:39:40 +10:00
sam pushed to main at sam/CAR_GPS_REACT 2025-09-09 10:39:40 +10:00
635253db31 Initial T3 scaffold
sam created repository sam/CAR_GPS_REACT 2025-09-08 15:26:38 +10:00
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-08 14:43:51 +10:00
998e67b246 Define global AppConfig CFG in .ino; extern in CommandMgr
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-08 12:56:08 +10:00
d743a81069 Fix: remove duplicate Command struct from CommandMgr.cpp (use header definition)
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-08 12:52:19 +10:00
f6d5bb58bd Add clean OTAMgr (check/apply via HTTPTOFS + Update stream); CommandMgr dispatch & receipts (wifi/sleep/periods)
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-08 11:38:18 +10:00
12cc17544b Fix include path: CommandMgr includes ../app/AppConfig.hpp
sam pushed to main at sam/Laravel-GPS-API 2025-09-06 09:32:38 +10:00
91792252a7 Change headers for GET calls
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-05 14:06:13 +10:00
66baea7a61 CommandMgr: wifi/sleep/periods/ota handlers; integrate OTAMgr check at boot; WiFi home flag flow
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-05 13:17:51 +10:00
050d02d822 OTAMgr: check firmware endpoint; HTTPTOFS download; optional SHA256 verify; Update.apply + reboot
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-05 12:24:07 +10:00
14ebfa5451 CommandMgr: add wifi home flag + sleep interval command; control loop uses CFG.atHomeRequested, CFG.sleepSec
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-05 11:36:28 +10:00
8f2f83ddb6 Restore Telemetry::readGNSS (CGNSINF parser) and buildJson
sam pushed to main at sam/CAR_GPS_TRACKER 2025-09-05 10:41:20 +10:00
ad0a1b1e3d Core loop: telemetry A sec, command poll B sec; car-power OFF -> no-power POST + sleep C; WiFi home connect placeholder; GNSS placeholders