[sx126x] fix a typo in image calibration on 863 - 870 Mhz frequency (#16731)

This commit is contained in:
Fyleo
2026-05-30 05:03:42 +02:00
committed by Jesse Hills
parent f9aba18f8e
commit 8e57894af7

View File

@@ -394,7 +394,7 @@ void SX126x::run_image_cal() {
buf[1] = 0xE9;
} else if (this->frequency_ > 850000000) {
buf[0] = 0xD7;
buf[1] = 0xD8;
buf[1] = 0xDB;
} else if (this->frequency_ > 770000000) {
buf[0] = 0xC1;
buf[1] = 0xC5;