mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-06-12 19:11:41 -07:00
7 lines
88 B
Arduino
7 lines
88 B
Arduino
void setup() {
|
|
Serial.begin(115200);
|
|
}
|
|
|
|
void loop() {
|
|
Serial.println("Just a test");
|
|
} |