Hello,
I have responses to the pbs I mentioned on this thread. The first one : when I restart the ESP with reset pushbutton the ESP seems in a strange mode (with crashes and so one).
If I plug off the power, then plug on, it's working perfectly....(I always do that now). The second one : when I flash at the fist time an ESP a new module is created in the EasyIoT Cloud in the default group (it's given the last number plus 1) so I can't use the module number that I created in the EasyIoT Cloud. This number seems to be writen in ESP memory and then that module number is allways used.
So, to use the module I want, I write the number in the ESP memory :
In the program, I added before line 128 the durty two lines :
storage.moduleId = 1; // 1 change it to use your module number.
saveConfig();
(nothing else changed in the program since thread #15 2015-11-23 18:21 of
iot-playground.com/2-uncategorised/77-es...syiot-cloud-mqtt-api
)
If this can help?
If you have something better...
Thank you.
Last edit: 8 years 11 months ago by whogarden. Reason: Adding precision