Add variantDefaultConfig and set eth_enabled to default true (#10454)

This commit is contained in:
Jonathan Bennett
2026-05-11 14:51:21 -05:00
committed by GitHub
co-authored by GitHub
parent 64fd61706d
commit 4446b0f1a2
5 changed files with 32 additions and 2 deletions
@@ -0,0 +1,6 @@
#include "mesh/NodeDB.h"
void variantDefaultConfig()
{
config.network.eth_enabled = true;
}