This website uses cookies to improve your user experience, personalize content and ads, and analyze website traffic. By continuing to use this website, you consent to our use of cookies. Please see our Privacy Policy to learn more about cookies and how to change your settings.
I'm currently working on a project dealing with various sensors and ESP32. I need to establish painless mesh communication between my ESP32 boards for exchanging sensor readings and as well upload the readings to ThingSpeak channel.
However, I got the error code of:
call of overloaded 'setField(int, double&)' is ambiguous".
Do you mind sharing your coding with me? Really appreciate that.