Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 947 Bytes

File metadata and controls

35 lines (26 loc) · 947 Bytes

ESP32-Mapper WiFi Release Notes v1.0.0

Release date: 2026-05-17

Highlights

  • Firmware branding updated to ESP32-Mapper WiFi.
  • Scanner service refactored into modular architecture.
  • Command-driven scan workflow stabilized for iOS companion control.
  • API metadata expanded for scanner information reporting.
  • Comprehensive documentation added.

Main Changes

  • Refactored firmware into:
    • src/main.cpp
    • include/scanner_server.h
    • src/scanner_server.cpp
  • Added scanner metadata fields (device_id, firmware, scan_network_types).
  • Preserved command-based endpoints:
    • GET /status
    • POST /configure
    • POST /scan/start
    • POST /scan/stop
    • GET /scan/results

Compatibility

  • ESP32 dev boards (PlatformIO esp32dev profile)
  • Companion app: IOS-Mapper WiFi

Upgrade Notes

  • Build and flash latest firmware with PlatformIO.
  • Confirm AP credentials and API host/port in iOS app settings.