From e6561cc17c6df56398e7a707a5b9addecf7d8b10 Mon Sep 17 00:00:00 2001 From: John Milton Date: Mon, 19 Aug 2024 14:56:19 -0400 Subject: [PATCH] Update mesh.proto enum upstream collision, switch to the next free. --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 91490be3..93919b14 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -614,7 +614,7 @@ enum HardwareModel { * ^^^ short A0 to switch to I2C address 0x3C * */ -RP2040_FEATHER_RFM95 = 75; +RP2040_FEATHER_RFM95 = 76; /* * ------------------------------------------------------------------------------------------------------------------------------------------