allthepies
allthepies
Hi, I added a deleteItem operation to the mock Dynamo as I needed it for some of my skills. Hopefully bespoken will approve the pull request -> #139
How do I get this change built such that the UI has the spelling mistake rectified ?
Hi, I did start a port attempt some time ago but my lack of C++ expertise made me stop, too many errors!
Great stuff Vito! What does it do so far ?
Compilation errors on ESP32.trial: ``` src/TempControl.cpp: In static member function 'static void TempControl::increaseEstimator(temperature*, temperature)': src/TempControl.cpp:500:55: error: invalid operands of types '__gnu_cxx::__enable_if::__type {aka double}' and 'int' to binary 'operator >>' temperature...
Thanks, compiles with that workaround.
Reverted to the previous platformIO esp8266 platform version and it now compiles OK with your versions of the ESPAsyncTCP libraries. In platformio.ini modified platform = espressif8266 to platform = espressif8266@~1.5...
Good stuff, I will try the latest version. You going to do similar for BPL too ?
Just loaded up the v404pre branch and it's looking good.
Yes, I was aware of issues with the latest libraries. However in this case I'm not sure that is the problem. BM incorrectly entered boil temp reached state (when the...