mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-01-20 00:21:08 -08:00
Don't compile esp32 code
This commit is contained in:
7
TestFile/TestFile.ino
Normal file
7
TestFile/TestFile.ino
Normal file
@@ -0,0 +1,7 @@
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.println("Just a test");
|
||||
}
|
||||
Reference in New Issue
Block a user