Skip to content

Commit

Permalink
Change default placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeesvw committed Jun 6, 2016
1 parent dd4f251 commit df9b21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void setup() {
Serial.begin(9600);
display.begin(SSD1306_SWITCHCAPVCC);

setLines("Hello,World");
setLines("Please,send,your,data");
Spark.function("lines",setLines);
}

Expand Down

0 comments on commit df9b21a

Please sign in to comment.