[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 GitHub
parent 091a05ccde
commit 07a57d7557

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;