correct tx rx

This commit is contained in:
Smayzy 2025-05-05 14:44:12 +02:00
parent 2ec10e8487
commit 167c2f3b06

View File

@ -1,5 +1,5 @@
#include <SoftwareSerial.h> #include <SoftwareSerial.h>
SoftwareSerial BT(10, 11); SoftwareSerial BT(11, 10);
void setup() { void setup() {
Serial.begin(9600); Serial.begin(9600);