Skip to content

Commit 13b44bc

Browse files
committed
Improve error message
1 parent 0597204 commit 13b44bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BluetoothA2DPCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#if defined(CONFIG_IDF_TARGET_ESP32)
3131
# define IS_VALID_PLATFORM true
3232
#else
33-
# error "Please read the Wiki about the supported Platforms!"
33+
# error "Please read the ESP32-A2DP Wiki about the supported Platforms!"
3434
# define IS_VALID_PLATFORM false
3535
#endif
3636

0 commit comments

Comments
 (0)