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

Finish config version update system #63

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

https://github.com/Lixie-Labs/Emotiscope/blob/e53e2b08bbdf4c255d4d9e4365e1eb3d0614d75c/src/configuration.h#L59


void update_configuration_version(int32_t current_type){
    if(current_type == 1){
        // TODO: Finish config version update system
    }
}