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

Implement server-side ping-pong communication test #18

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/connornishijima/Emotiscope/blob/61e47876d772daf28a3e2d3e858d7fe978c7d372/src/wireless.h#L14


volatile bool web_server_ready = false;

void run_ping_pong(){
    // TODO: Implement server-side ping-pong communication test
}

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 3515ea6d2c691d75055a498d995b6ff950eddd4b