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 f1162f0 + 97fcaca commit 0d4013bCopy full SHA for 0d4013b
project/fileout.cpp
@@ -186,7 +186,7 @@ void Widget::write_data_to_kconfig()
186
QTextStream out(&kconfigfile);
187
QStringList varlist;
188
out << "config BSP_USING_ARDUINO\n";
189
- out << " bool \"Support Arduino\"\n";
+ out << " bool \"Compatible with Arduino Ecosystem (RTduino)\"\n";
190
out << " select PKG_USING_RTDUINO\n";
191
out << " select BSP_USING_STLINK_TO_USART\n";
192
if(!(ui->s2box->currentText() == "NULL"))
0 commit comments