Skip to content

ENABLE_WIFI

Flag to enable WiFi connectivity for remote access and data transmission.

Controls whether the WiFi module is enabled for AP (Access Point) mode or STA (Station) mode connectivity. WiFi support is currently experimental with incomplete implementation.

Options

  • ENABLE_WIFI=1: Enable WiFi module (experimental)
  • ENABLE_WIFI=0: Disable WiFi (default, stable)

Configuration

WiFi operates in AP mode by default with hardcoded credentials:

  • SSID: OSECHI-DETECTOR
  • Password: osechi2025
  • IP: 192.168.4.1

Added

v1.8.0 (experimental, implementation incomplete)

Recommendation

Use ENABLE_WIFI=0 for production. WiFi support is experimental and not fully implemented. Enable only for development and testing of remote connectivity features.