I have an esp32 development board that I am running as a ble gateway. It keeps hanging on me. How critical is the setting here. esphome: name: ${device_name} platform: esp32 board: nodemcu-32s
the board specifically. can that cause issues if it isn’t the exact board?
Also I am getting mdns: cannot allocate memory error
How many devices are you tracking? When I added a 3rd mi temp sensor I had to increase the stack size (theres an esphome github issue discussing the problem). I get a bunch of build warnings due to re-defining the build flag but the build completes and my sensors work. I have noticed some drop outs in my grafana plots but not all 3 at once and they eventually come back.