This commit is contained in:
Alexander Sporn 2026-04-20 10:53:44 +02:00 committed by GitHub
commit ebb31d5afb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,5 +19,5 @@ void T1000eBoard::begin() {
Wire.begin();
delay(10); // give sx1262 some time to power up
delay(150); // give LR1110 some time to power up
}