mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
Some instabilities to tackle. BT Ring buffer were taken out. DAC is crashing with stack overflow. So does A2DP after playing for a little while. This needs to be investigated.
14 lines
140 B
C
14 lines
140 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Register WiFi functions
|
|
void register_squeezelite();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|