currently startup takes very long due to ADC-lock aquire error spam.
its probably best to initialize the objects in a function called from main() instead of simply in config.cpp
since it currently happens at unknown time - probably too early at startup thus adc not available yet
currently startup takes very long due to ADC-lock aquire error spam.
its probably best to initialize the objects in a function called from main() instead of simply in config.cpp since it currently happens at unknown time - probably too early at startup thus adc not available yet