mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:53:26 +00:00
[sx126x] fix a typo in image calibration on 863 - 870 Mhz frequency (#16731)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user