Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
https://emotiscope.rocks/
GNU General Public License v3.0
27 stars 5 forks source link

Add runtime WiFi credential input method #36

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/Lixie-Labs/Emotiscope/blob/1cfca4922b1d759ac4c266b55cdf175ad849a0e6/src/wireless.h#L11


volatile bool web_server_ready = false;

// TODO: Add runtime WiFi credential input method

void discovery_check_in() {
    static uint32_t next_discovery_check_in_time = 0;
    static uint8_t attempt_count = 0;  // Keep track of the current attempt count
github-actions[bot] commented 4 months ago

Closed in 8c6f1c8cd5384e5dc0a8cd97c7ffcce10af5fd96