Parameters for setting up Meshtastic for ameteur radio usage
new
HamParameters(data?: PartialMessage<HamParameters>)
The selected frequency of LoRA operation Please respect your local laws, regulations, and band plans. Ensure your radio is capable of operating of the selected frequency before setting this.
fromBinary(bytes: Uint8Array,options?: Partial<BinaryReadOptions>,): HamParameters
fromJson(jsonValue: JsonValue,options?: Partial<JsonReadOptions>,): HamParameters
fromJsonString(jsonString: string,options?: Partial<JsonReadOptions>,): HamParameters