Skip to content

Commit 5ab5a8e

Browse files
committed
Fix Image calibration frequency value to 0xDB
Issue(#601)
1 parent 0d48900 commit 5ab5a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radio/sx126x/sx126x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ void SX126xCalibrateImage( uint32_t freq )
368368
else if( freq > 850000000 )
369369
{
370370
calFreq[0] = 0xD7;
371-
calFreq[1] = 0xD8;
371+
calFreq[1] = 0xDB;
372372
}
373373
else if( freq > 770000000 )
374374
{

0 commit comments

Comments
 (0)