Don't compile esp32 code

This commit is contained in:
Just Call Me Koko
2023-07-19 12:46:54 -04:00
parent f4b8d827c9
commit d6f97091d7
2 changed files with 11 additions and 4 deletions

7
TestFile/TestFile.ino Normal file
View File

@@ -0,0 +1,7 @@
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Just a test");
}