LMS can set player's name (only LMS scope) - release

This commit is contained in:
Philippe G
2021-03-31 19:24:34 -07:00
parent 43aa62ac56
commit 0629b017b1
4 changed files with 32 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ u16_t get_RSSI(void); // must provide or define as 0xffff
u16_t get_plugged(void); // must provide or define as 0x0
u8_t get_battery(void); // must provide 0..15 or define as 0x0
// set name
void set_name(char *name); // can be defined as an empty macro
// to be defined to nothing if you don't want to support these
extern struct visu_export_s {
pthread_mutex_t mutex;