Increase the delay when powering up the T1000-E to avoid hangs on radio_init

This commit is contained in:
Alexander Sporn 2026-03-01 18:21:29 +01:00
parent 3751785400
commit 4d1ee195a4
No known key found for this signature in database
GPG key ID: B31F84CD0F5BE99F

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
}