Jeremy
Jeremy
Hi This will not compile on the ESP32 due to differences in the wire lib. Please fix.
All It appears the cloud provider example for Google Cloud is nolonger operational. Any update on this?
I am trying to use the RTC Alarm to trigger a Serial Event. When the Alarm RTC is Matched the serial function is called. The serial function contains delays. I...
Hi We are having a stange issue. We have devics were the wifi credentials of the AP are not removed. currently to remove the credentials we are calling: ``` nvs_flash_erase();...
- Arduino board: featheresp32 - Arduino IDE version (found in Arduino -> About Arduino menu): Platform IO Trying to run the code from the ESP 32 secure example. Compile fails:...
Hi Version 5.1.0 does not configure the loadbalancer with the proper ports for the enabled listeners. Is there a fix?
Hi I am using an ESP 32 with the the example. I am experiencing strange behavor. A published message its taking a long time to arrive. Then I can send...
The following decode fails. Not sure whats wrong. ctx: cont sp: 3ffef290 end: 3ffef530 offset: 01b0 >>>stack>>> 3ffef440: 00000070 3ffee404 3ffee398 402020dd 3ffef450: 00000024 3ffee404 3ffee398 40202091 3ffef460: 3ffef4f0 00001d14...
Hi I am seeing the following errors: /tmp/obs/cmake ~/Downloads/obs-installer-for-apple-silicon-main CMake Error at CMakeLists.txt:63 (include): include could not find requested file: ObsCpack -- No Native SSE2 SIMD Support - Using SIMDE...
Hi I have some example RP2040 code that works in the Ardunio IDE without fail. When ported to Platform IO the code fails on the following: Serial.printf("timers_init failed - %d\n",...