We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c7a894 + ab2ac40 commit 471d0c1Copy full SHA for 471d0c1
project/fileout.cpp
@@ -486,6 +486,7 @@ void Widget::write_data_to_maincpp()
486
else
487
{
488
out << " Serial.begin();\n";
489
+ out << " Serial.println(\"Hello RTduino!\");\n";
490
}
491
492
out << "}\n\n";
@@ -499,8 +500,7 @@ void Widget::write_data_to_maincpp()
499
500
501
502
- out << " Serial.println(\"Hello Arduino!\");\n";
503
- out << " delay(800);\n";
+ out << " delay(1000);\n";
504
505
out << "}\n";
506
0 commit comments