Add F_LOCK_PMR

This commit is contained in:
Armel FAUVEAU
2024-04-04 20:10:49 +02:00
parent fe1c3d010a
commit a562ff8479
3 changed files with 13 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ enum TxLockModes_t {
F_LOCK_GB,
F_LOCK_430,
F_LOCK_438,
#ifdef ENABLE_FEAT_F4HWN
F_LOCK_PMR,
#endif
F_LOCK_ALL, // disable TX on all frequencies
F_LOCK_NONE, // enable TX on all frequencies
F_LOCK_LEN