Skip to content

Commit d3288f8

Browse files
committed
Fix example
1 parent 250d38f commit d3288f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Widgets/Terminal/Terminal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void setup()
3939

4040
Blynk.connect();
4141

42-
terminal.println(_F("Blynk v" BLYNK_VERSION ": Device started"));
42+
terminal.println(F("Blynk v" BLYNK_VERSION ": Device started"));
4343
terminal.flush();
4444
}
4545

0 commit comments

Comments
 (0)