We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8e957 commit e5e9662Copy full SHA for e5e9662
src/connectionHandlerModels/settings_default.h
@@ -23,7 +23,7 @@ namespace models {
23
inline NetworkSetting settingsDefault(NetworkAdapter type) {
24
#endif
25
26
- NetworkSetting res = {type};
+ NetworkSetting res = {type, {}};
27
28
switch(type) {
29
#if defined(BOARD_HAS_ETHERNET)
0 commit comments