pass port from combobox

This commit is contained in:
prisar
2023-08-07 11:16:54 +05:30
parent f24ded1719
commit acfbcdbc50
3 changed files with 845 additions and 2 deletions

11
Sample.ino Normal file
View File

@@ -0,0 +1,11 @@
void setup() {{
// put your setup code here, to run once:
Serial.begin(115200);
}}
void loop() {{
// put your main code here, to run repeatedly:
}}