GUI: add another line feed

pull/5/head
Chip Audette 7 years ago
parent 0ac8f28236
commit 73d72b2731
  1. 2
      docs/red/main.js

@ -137,7 +137,7 @@ var RED = (function() {
cpp += "\t" + "\n";
cpp += "\t" + "//Put your own setup code here\n";
cpp += "\t" + "\n";
cpp += "\t" + "Serial.println(\"Setup Complete.\t);";
cpp += "\t" + "Serial.println(\"Setup Complete.\t);\n";
cpp += "};";
// generate loop()

Loading…
Cancel
Save