Balázs Kelemen

Results 83 comments of Balázs Kelemen

Then what you are looking for is itoa() (https://www.cplusplus.com/reference/cstdlib/itoa/) Where str is myParam.valueBuffer (or from example 03 intParamValue). Please note the length-constraint mentioned in the manual above!

When you init() iotWebConf it will load all the configuration tree specified from the EEPROM (in case it is already there). You can get a value form your value buffer,...

You can define Handlers (callbacks) for both AP and Wifi. The only thing you need to take care is to call the actual handlers before or after your custom tasks...

Instead of 2 / 4 you should use iotwebconf.ApMode / iotwebconf.OnLine enum constants.

> wlanConnected = false means AP is on, true means Wifi is connected And what about the other four states? ;)

If you are right, this MUST be fixed ASAP.

I cannot reproduce this. Please check the console: Ready. AP password was not set in configuration State changing from: 0 to 1 Setting up AP: testThing

Do you provide any password for the AP? After "Apply" button you should see: ``` iwcThingName: testThing iwcApPassword: iwcWifiSsid: someSsid iwcWifiPassword: ```

Thank you for pointing this out!

Can we somehow detect from the software whether we have an unprotected AP set up?