From b2dd7a5562611820ac550f960d91cc999a995730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gjels=C3=B8?= <36234524+gjelsoe@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:06:29 +0200 Subject: [PATCH] Disable PA FAN Disable the build-in PA FAN using pin define in RF95_FAN_EN for use in "Low Traffic" areas where cooling of PA it not necessary. --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 50c7539..d3756b5 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -953,6 +953,11 @@ message Config { */ float override_frequency = 14; + /* + * If true, disable the build-in PA FAN using pin define in RF95_FAN_EN. + */ + bool pa_fan_disabled = 15; + /* * 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