From 2886618bc546994a45de6ec991a62e5b9b0aee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 30 Jan 2023 13:24:24 +0100 Subject: [PATCH] protobuf part of https://github.com/meshtastic/firmware/issues/2144 --- meshtastic/config.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 327748c..49ffb37 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -775,6 +775,15 @@ message Config { */ bool sx126x_rx_boosted_gain = 13; + /* + * This parameter is for advanced users and licensed HAM radio operators. + * Ignore Channel Calculation and use this frequency instead. The frequency_offset + * will still be applied. This will allow you to use out-of-band frequencies. + * Please respect your local laws and regulations. If you are a HAM, make sure you + * enable HAM mode and turn off encryption. + */ + float override_frequency = 14; + /* * 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