Преглед изворни кода

Fix Typo in i2c command to set display

Sebastien пре 5 година
родитељ
комит
4c16e2c871
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/cmd_i2c/cmd_i2ctools.c

+ 1 - 1
components/cmd_i2c/cmd_i2ctools.c

@@ -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;