spaxel/firmware/main/version.h.in
jedarden f76ab62698 feat(firmware): OTA SHA-256 verification and captive portal URL decoding
- Add git-based version header generation for firmware builds
- Implement SHA-256 hash verification for OTA downloads with mbedtls
- Add URL decoding for captive portal form parsing (spaces, special chars)
- Add mbedtls dependency for SHA-256 verification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 19:56:11 -04:00

4 lines
112 B
C

// Auto-generated at build time - do not edit
#pragma once
#define SPAXEL_FIRMWARE_VERSION "@PROJECT_VERSION@"