Skip to content

Commit

Permalink
GemX-Lua-RF-Mode-Labels (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed May 10, 2024
1 parent 538a375 commit 4dbc121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/LUA/rxtx_devLua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const char STR_LUA_PACKETRATES[] =
#if defined(RADIO_SX127X)
"D50Hz(-112dBm);25Hz(-123dBm);50Hz(-120dBm);100Hz(-117dBm);100Hz Full(-112dBm);200Hz(-112dBm)";
#elif defined(RADIO_LR1121)
"50Hz(-115dBm);100Hz Full(-112dBm);150Hz(-112dBm);250Hz(-108dBm);333Hz Full(-105dBm);500Hz(-105dBm);" // 2.4G
"50Hz(-120dBm);100Hz(-117dBm);100Hz Full(-112dBm);200Hz(-112dBm);200Hz Full(-111dBm);250Hz(-111dBm);" // 900M
"50Hz 2.4G;100Hz Full 2.4G;150Hz 2.4G;250Hz 2.4G;333Hz Full 2.4G;500Hz 2.4G;" // 2.4G
"50Hz Low Band;100Hz Low Band;100Hz Full Low Band;200Hz Low Band;200Hz Full Low Band;250Hz Low Band;" // 900M
"X100Hz Full(-112dBm);X150Hz(-112dBm)"; // Dual
#elif defined(RADIO_SX128X)
"50Hz(-115dBm);100Hz Full(-112dBm);150Hz(-112dBm);250Hz(-108dBm);333Hz Full(-105dBm);500Hz(-105dBm);"
Expand Down

0 comments on commit 4dbc121

Please sign in to comment.