Add variantDefaultConfig and set eth_enabled to default true (#10454)
This commit is contained in:
co-authored by
GitHub
parent
64fd61706d
commit
4446b0f1a2
@@ -0,0 +1,6 @@
|
||||
#include "mesh/NodeDB.h"
|
||||
|
||||
void variantDefaultConfig()
|
||||
{
|
||||
config.network.eth_enabled = true;
|
||||
}
|
||||
Reference in New Issue
Block a user