Results 90 comments of John

Thanks @brandond. It sounds like allocating more stack for the main task could work. That setting is [here.](https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/config/sdkconfig.h#L140) Changing that manually isn't that simple though, and it would probably revert...

@OttoWinter thanks for explaining. That all makes a lot of sense. I'll get some debug info your way. If there's enough heap, could more stack be allocated without editing sdkconfig.h?

Here is the debug output with the above config: ``` [11:45:55][D][debug:023]: ESPHome version 1.15.0-dev [11:45:55][D][debug:025]: Free Heap Size: 206288 bytes [11:45:55][D][debug:053]: Flash Chip: Size=4096kB Speed=40MHz Mode=DIO [11:45:55][D][debug:086]: Chip: Model=ESP32, Features=WIFI_BGN,BLE,BT,...

@emudryj I also got it to work with the following. This is ideal if you really only need to get total power and kwh from that, although I left in...

> I'm running into the same/a similar issue on my power monitoring board. > Just 1 atm90e32 with 2 phases, but panics when surfing to the web server on an...

**More New Functionality:** - Time travel sequence now longer and includes display "noise" - Added intro with sound as the displays show "Back to the Future" - option to turn...

I just updated the data directory to remove some files that should not have been there. Please try again with only the files currently in the data directory. I am...

beep, and a nmoff2, and nmon2 should not have been in there. 4 ee files were just added. When you save everything does the TCD reset?

Sorry, it should be everything in this data folder: https://github.com/CircuitSetup/Time-Circuits-Display/tree/v2/Software/src/data v2 is a separate branch at the moment. TCD Reset clears all custom settings and loads default, so yes, the...

hum, I'm sorry this is being such a pain to update. I made a small change in the way it stores data - please try this bin file: https://github.com/CircuitSetup/Time-Circuits-Display/blob/v2/Software/v2.0.0_tcd_firmware_spiffs.bin Also,...