Edward Firmo

Results 352 comments of Edward Firmo

Some of the keys are already added by the PSRAM component: ```py async def to_code(config): if CORE.using_arduino: cg.add_build_flag("-DBOARD_HAS_PSRAM") if CORE.using_esp_idf: add_idf_sdkconfig_option( f"CONFIG_{get_esp32_variant().upper()}_SPIRAM_SUPPORT", True ) add_idf_sdkconfig_option("CONFIG_SPIRAM", True) add_idf_sdkconfig_option("CONFIG_SPIRAM_USE", True) add_idf_sdkconfig_option("CONFIG_SPIRAM_USE_CAPS_ALLOC", True)...

> if so I can open a separate request Yes, please! 😂 It makes much easier to have the discussions and keep track of the development.

> Yes, I have a device that calculates the oil content of my tank and wants this to be shown on the display. How often is that entity updated? And...

> * > * `CONFIG_SPIRAM_USE` shouldn't be used anymore, since it caused lots of cache errors. This is added by default by ESPHome PSRAM component. 👀

> Yes, I have a device that calculates the oil content of my tank and wants this to be shown on the display. How often is that entity updated? And...

@olicooper, this might be useful for you, as I've successfully enabled PSRAM with Arduino by using this: ```yaml esphome: name: ${name} friendly_name: ${friendly_name} platformio_options: build_flags: - -Wno-macro-redefined - -Wno-missing-field-initializers -...

This is becoming complex... 😂

> Everyone using arduino have this on their panel's yaml to specify the framework: > > ```yaml > esp32: > framework: > type: arduino > ``` > > They just...

Mmmm Good point. I will try removing this from PSRAM component and monitor the results.

You shouldn't close that... We still don't have it as an HA integration. 😉