changed handling of PT Enable PINs

This commit is contained in:
hhaupt
2024-04-28 19:32:18 +02:00
parent 8cb33e3096
commit b4c0bde8a9
4 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
Serial.begin(9600);
Serial.begin(115200);
}
void loop() {
Serial.println("bla");