File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ enum { DR_PAGE_AS923 = 0x10 * (LMIC_REGION_as923 - 1) };
76
76
enum { AS923_LMIC_REGION_EIRP = 1 }; // region uses EIRP
77
77
78
78
enum { AS923JP_LBT_US = 5000 }; // microseconds of LBT time -- 5000 ==>
79
- // 5 ms. We use us rather than ms for
80
- // future 128us support, and just for
81
- // backward compatibility -- there
82
- // is code that uses the _US constant,
83
- // and it's awkward to break it.
79
+ // 5 ms. We use us rather than ms for
80
+ // future 128us support, and just for
81
+ // backward compatibility -- there
82
+ // is code that uses the _US constant,
83
+ // and it's awkward to break it.
84
84
85
85
enum { AS923JP_LBT_DB_MAX = -80 }; // maximum channel strength in dB; if TX
86
- // we measure more than this, we don't tx.
86
+ // we measure more than this, we don't tx.
87
87
88
88
// AS923 v1.1, all channels face a 1% duty cycle. So this will have to change
89
89
// in the future via a config. But this code base needs major changes for
You can’t perform that action at this time.
0 commit comments