Peter Provost

Results 6 comments of Peter Provost

Anyone found a reasonable workaround for this? `format: precision0` doesn't seem to work, nor does `hide_if: 'undefined'`

I found that adding esp-mqtt via github link, like @Netskeh did, PLUS adding lwmqtt as well, makes it so you don't have to edit the include lines. ``` lib_deps =...

For anyone else trying to use this with platformio... Since it doesn't have the `make menuconfig` stuff integrated yet, you will need to add the following to your sdkconfig.h: ```...

A few more things I found for making it work cleanly with platformio: 1. In unix.c replace `#include ` with `#include `. As far as I can tell, `memory.h` is...

I got the same error, but was able to make some headway by adding the -s flag. I do wish the example in the readme (without -s) worked properly though,...

My understanding is that this will be waiting for the PR that has ESP32 S3 support to make it to the arduino-esp32 project. I ran into this a while ago...