• Earle F. Philhower, III's avatar
    Fix WiFiMulti and ESPhost STA connection w/BSSID (#2001) · 40e52f84
    Earle F. Philhower, III authored
    WiFiMulti specifies a specific BSSID, in addition to the AP name and
    password.  In the WiFi core the BSSID is stored as the raw 6-byte MAC
    address, but the ESPHostedFG firmware expects a formatted C-String
    (i.e. "ab:cd:ef:01:02:03" instead of {0xab, 0xcd, 0xef, 1, 2, 3})
    
    Convert the raw bytes to the string format expected in the ESP FW.
    40e52f84
lwIP_ESPHost.cpp 8.92 KB