Enable MESHTASTIC_PREHOP_DROP by default (#9924)

This commit is contained in:
Jord
2026-05-02 16:38:06 -05:00
committed by GitHub
co-authored by GitHub
parent b7a9555905
commit b2bda3b07a
+1 -1
View File
@@ -80,7 +80,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Pre-hop drop handling (compile-time flag).
#ifndef MESHTASTIC_PREHOP_DROP
#define MESHTASTIC_PREHOP_DROP 0
#define MESHTASTIC_PREHOP_DROP 1
#endif
/// Convert a preprocessor name into a quoted string