Skip to content

Commit ddb9a64

Browse files
committed
Fix typo in error message
1 parent 1575ca0 commit ddb9a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp-smartmeter-reader/esp-smartmeter-reader.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <CTR.h>
1111
#include <ESP8266WiFi.h>
1212
#else
13-
#error "Error: The device is not a ESP8266 or ESP32!"
13+
#error "Error: The device is not an ESP8266 or ESP32!"
1414
#endif
1515

1616
// --------------- WIFI ---------------

0 commit comments

Comments
 (0)