Balázs Kelemen

Results 83 comments of Balázs Kelemen
trafficstars

@EricDuminil I would avoid using the "new" keyword in a microcontroller without a proper operating system. You might end up with memory problems in random points of the execution. In...

@EricDuminil You are most probably right. Unfortunately I'm not well experienced in C++, I just try to survive with my C knowledge.

There is an exportToJson and you can send the json string (if it fits to the mqtt frame). https://github.com/prampec/IotWebConf/tree/master/examples/IotWebConf17JsonConfig

I believe this is something depends on the ability of the ESP32. IotWebConf just gathers abilities of the ESPs and put a nice frame around it.

All password behave the same: updates the value when change provided. There were some changes in v3.0.0 in the parameter handling, please verify any problems against this version!

In AP mode the thing opens a public access point, this should be visible (appears in list) for others. On the other hand I myself also have a bad experience...

Thanks! I can see a problem in your code. You are initializing the mqtt connection in the `init`, but you also provide the GUI for the user to change connection...

Can you please reference the issue you have mentioned?! I personally only use TParameters exclusively. There are some problems with it: The code is a mess and needs to be...

Sorry, I still not understand the problem. What do you mean about using the name of the parameter? The example you have referenced here is about nonT parameters. And overall...

Ohh, okay. :) Let's see. All the system parameters has getter, as you are not able to see them anyway, they are private part of the IotWebConf. Now, with all...