add player type 101 - release

This commit is contained in:
Philippe G
2020-10-06 22:28:01 -07:00
parent 797a21ee9f
commit 6ae47a908b
7 changed files with 27 additions and 40 deletions

View File

@@ -51,7 +51,7 @@ u8_t custom_player_id = 12;
void embedded_init(void) {
mutex_create(slimp_mutex);
sb_controls_init();
if (sb_display_init()) custom_player_id = 100;
custom_player_id = sb_display_init() ? 100 : 101;
}
u16_t get_RSSI(void) {