Unverified Commit 4575f277 authored by Wolle's avatar Wolle Committed by GitHub

Update ESP32_ES8388.ino

parent 6bbbcf72
......@@ -64,7 +64,7 @@ void setup()
Serial.print(" IP: ");
Serial.println(WiFi.localIP());
Serial.printf("Connect to AC101 codec... ");
Serial.printf("Connect to ES8388 codec... ");
while (not es.begin(IIC_DATA, IIC_CLK))
{
Serial.printf("Failed!\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment