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 f760a27 commit d92fe7bCopy full SHA for d92fe7b
examples/nokia5110/nokia5110.ino
@@ -69,7 +69,7 @@ void setup() {
69
70
// here we load an item very early because we need to initialise it before the menu starts.
71
// be very careful not to use any menu infrastructure during the callback.
72
- loadMenuItem(&eeprom, menuIP, 0xd00d);
+ loadMenuItem(&eeprom, &menuIP, 0xd00d);
73
74
// spin up the Ethernet library, get the IP address from the menu
75
byte* rawIp = menuIP.getIpAddress();
0 commit comments