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 4c903f1 commit fa70dbeCopy full SHA for fa70dbe
src/settings/settings.h
@@ -27,6 +27,7 @@ namespace models {
27
char pwd[64]; // Max length of password is 63 + \0
28
};
29
30
+ #if defined(BOARD_HAS_ETHERNET)
31
// this struct represents an ip address in its simplest form.
32
// TODO should this stay here?
33
// TODO it may be better to check for IPV6 compatibility to reduce size
@@ -46,6 +47,7 @@ namespace models {
46
47
unsigned long timeout;
48
unsigned long response_timeout;
49
50
+ #endif // BOARD_HAS_ETHERNET
51
52
struct CellularSetting {
53
char pin[8];
0 commit comments