File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 * Example for using the DFR0534 for playing combined audio files like a playlist
33 *
44 * This code was made for Arduino Uno/Nano. For ESP32 you have the change the code to use HardwareSerial
5- * instead for SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
5+ * instead of SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66 */
77
88#include < SoftwareSerial.h>
Original file line number Diff line number Diff line change 22 * Example for using the DFR0534 for playing audio files by file name
33 *
44 * This code was made for Arduino Uno/Nano. For ESP32 you have the change the code to use HardwareSerial
5- * instead for SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
5+ * instead of SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66 */
77
88#include < SoftwareSerial.h>
Original file line number Diff line number Diff line change 22 * Example for using the DFR0534 for playing audio files by file number
33 *
44 * This code was made for Arduino Uno/Nano. For ESP32 you have the change the code to use HardwareSerial
5- * instead for SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
5+ * instead of SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66 */
77
88#include < SoftwareSerial.h>
You can’t perform that action at this time.
0 commit comments