Hi,
I have an ESP32-WROOM-32 DEV C4 connected successfully to IoT Cloud with status online.
with the following cloud variables in thingProperties.h
ArduinoCloud.addProperty(extHumidity, READ, ON_CHANGE, NULL, 1);
ArduinoCloud.addProperty(extTemperature, READ, ON_CHANGE, NULL, 1);
I am trying to use the extTemperature = t; and extHumidity = h; in my sketch but after upload the device end up in a boot loop (below)
NOTE: The device is connected to IoT Cloud as ESP32 DEV Module
�T ��W(��aHT1�$5�**** Arduino IoT Cloud - configuration info *****
Device ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX (hide)
Thing ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX (hide)
MQTT Broker: mqtts-up.iot.arduino.cc:8884
assertion "Invalid mbox" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/api/tcpip.c", line 374, function: tcpip_send_msg_wait_sem
abort() was called at PC 0x400f3b13 on core 1
ELF file SHA256: 0000000000000000
Backtrace: 0x400885f4:0x3ffb1cf0 0x40088871:0x3ffb1d10 0x400f3b13:0x3ffb1d30 0x40144d8b:0x3ffb1d60 0x401445d1:0x3ffb1d90 0x40144784:0x3ffb1db0 0x40137f9a:0x3ffb1df0 0x400d6222:0x3ffb1e10 0x400d62b9:0x3ffb1e50 0x400d4817:0x3ffb1e80 0x400d4920:0x3ffb1ee0 0x400d4931:0x3ffb1f00 0x400d16dd:0x3ffb1f20 0x4016ae8f:0x3ffb1f40 0x400d0fa3:0x3ffb1f60 0x400d1185:0x3ffb1f90 0x400d96ac:0x3ffb1fb0 0x40089882:0x3ffb1fd0
Rebooting..