mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
Finalize buttons for AirPlay and BT, worked on coexistence
This commit is contained in:
@@ -48,3 +48,9 @@ int pthread_create_name(pthread_t *thread, _CONST pthread_attr_t *attr,
|
||||
uint32_t _gettime_ms_(void) {
|
||||
return (uint32_t) (esp_timer_get_time() / 1000);
|
||||
}
|
||||
|
||||
extern void cli_controls_init(void);
|
||||
|
||||
void embedded_init(void) {
|
||||
cli_controls_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user