diff --git a/docs/legal/code_of_conduct.mdx b/docs/legal/code_of_conduct.mdx index aa79bbfb..fea82192 100644 --- a/docs/legal/code_of_conduct.mdx +++ b/docs/legal/code_of_conduct.mdx @@ -35,13 +35,16 @@ community include: Examples of unacceptable behavior include: * The use of sexualized language or imagery, and sexual attention or advances of - any kind + any kind. * Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email address, - without their explicit permission +* Public or private harassment. +* Publishing or collecting others' private information, such as a physical or email address, + without their explicit permission. +* Using the services in a way that could cause a denial of service, whether intentional or + unintentional. This includes overloading the network or servers and disrupting service + availability. * Other conduct which could reasonably be considered inappropriate in a - professional setting + professional setting. ## Enforcement Responsibilities diff --git a/src/components/tools/FrequencyCalculator.tsx b/src/components/tools/FrequencyCalculator.tsx index 76f9309a..ffd96cba 100644 --- a/src/components/tools/FrequencyCalculator.tsx +++ b/src/components/tools/FrequencyCalculator.tsx @@ -182,11 +182,11 @@ const RegionData = new Map< [ Protobuf.Config.Config_LoRaConfig_RegionCode.SG_923, { - freq_start: 917.0, - freq_end: 925.0, - duty_cycle: 100, + freqStart: 917.0, + freqEnd: 925.0, + dutyCycle: 100, spacing: 0, - power_limit: 20, + powerLimit: 20, }, ], [