mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
fix some compile issue & add TAS5713
This commit is contained in:
@@ -71,6 +71,7 @@ const display_config_t * config_display_get(){
|
||||
if ((p = strcasestr(config, "speed")) != NULL) dstruct.speed = atoi(strchr(p, '=') + 1);
|
||||
dstruct.hflip= strcasestr(config, "HFlip") ? true : false;
|
||||
dstruct.vflip= strcasestr(config, "VFlip") ? true : false;
|
||||
dstruct.rotate= strcasestr(config, "rotate") ? true : false;
|
||||
return &dstruct;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user