Skip to content

Commit 1a08bc8

Browse files
authored
Update FourStepExampleCodeWeMos.ino
1 parent 55a1e2f commit 1a08bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FourStepExample/FourStepExampleCodeWeMos/FourStepExampleCodeWeMos.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "EasyNextionLibrary.h" // Include EasyNextionLibrary
3939

4040
EasyNex myNex(Serial); // Create an object of EasyNex class with the name < myNex >
41-
// Set as parameter the Serial you are going to use
41+
// Set as parameter the Hardware Serial you are going to use
4242

4343
void setup(){
4444
myNex.begin(9600); // Begin the object with a baud rate of 9600

0 commit comments

Comments
 (0)