Andreas Merkle

Results 57 comments of Andreas Merkle

Open: * File browser folder support * LittleFS needs more space, check whether the meta data per file can be configured

Will have a look what's the best here. I know that e.g. https://github.com/nayarsystems/posix_tz_db provides a json file with all necessary data, which could be used via configTzTime() in the ClockDrv...

Implemented the possibility to use the POSIX timezone string. Currently there is no drop-down where to choose the timezone, but may come in the future. Currently the settings are generic,...

Unfortunately the usage of timezone strings causes now in the SunrisePlugin a problem with the conversion from gmt to localtime. The problem is in the newlib, where localtime() is located....

Fixed in https://github.com/espressif/crosstool-NG/releases/tag/esp-2022r1-RC1

@nischneider Did you consider this one?

@ivankravets Could you have a look here?

@Jason2866 Yes, you right. Using the overwrite mechanism can fix it. ``` board_upload.flash_size = "8MB" board_upload.maximum_size = 8388608 ``` It was more like FYI, because in older setups it was...

fyi, you find the deprecated info with the proposed replacement in the espressif documentation too: https://docs.espressif.com/projects/esp-idf/en/v3.3.6/api-reference/peripherals/i2s.html#_CPPv414i2s_pop_sample10i2s_port_tPv10TickType_t

Hi Robert, can you show me your board configuration? I am wondering that the serial connection shows only the logs of the Arduino part, but not from the Pixelix application....