better ui init message for audioooo
This commit is contained in:
parent
31d16adf3e
commit
3e16eabaf3
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);
|
||||||
Audio audio;
|
Audio audio;
|
||||||
|
|
||||||
//screen task
|
//screen task
|
||||||
String screen_cmd = "(.........................................";
|
String screen_cmd = "(......................................... my_id:" + String(MY_ID);
|
||||||
String screen_filename = "/___.mp3";
|
String screen_filename = "/___.mp3";
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue