Merge pull request #246 from GUVWAF/develop

Protobuf changes for duty cycle limit
pull/248/head
Thomas Göttgens 2022-11-29 11:05:47 +01:00 zatwierdzone przez GitHub
commit 558ad2f57f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -664,6 +664,13 @@ message Config {
*/
uint32 channel_num = 11;
/*
* If true, duty cycle limits will be exceeded and thus you're possibly not following
* the local regulations if you're not a HAM.
* Has no effect if the duty cycle of the used region is 100%.
*/
bool override_duty_cycle = 12;
/*
* For testing it is useful sometimes to force a node to never listen to
* particular other nodes (simulating radio out of range). All nodenums listed

Wyświetl plik

@ -504,6 +504,11 @@ message Routing {
*/
NO_RESPONSE = 8;
/*
* Cannot send currently because duty cycle regulations will be violated.
*/
DUTY_CYCLE_LIMIT = 9;
/*
* The application layer service on the remote node received your request, but considered your request somehow invalid
*/