On https://electricimp.com/docs/api/server/connect/ in example ConnectAndExecuteCallback.device.nut line 37: “connect(onConnectedTimeout, 30);” should be “connect(onConnectedCallback, 30);”, right?
On https://electricimp.com/docs/api/server/connect/ in example ConnectAndExecuteCallback.device.nut line 37: “connect(onConnectedTimeout, 30);” should be “connect(onConnectedCallback, 30);”, right?
Indeed it should - thanks for the spot, @jrsikken.