mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
Fix Typo in i2c command to set display
This commit is contained in:
@@ -419,7 +419,7 @@ static int do_i2c_set_display(int argc, char **argv)
|
||||
}
|
||||
|
||||
if(!name) name = strdup("I2C");
|
||||
if(!driver) driver = strdup("SSD136");
|
||||
if(!driver) driver = strdup("SSD1306");
|
||||
|
||||
bool rotate = i2cdisp_args.rotate->count>0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user