mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07:00
reduce
This commit is contained in:
@@ -215,7 +215,8 @@ void Application::loop() {
|
||||
#if defined(USE_ESP32_VARIANT_ESP32) && !defined(USE_ESP32_MIN_CHIP_REVISION_SET)
|
||||
// Suggest optimization for chips that don't need the PSRAM cache workaround
|
||||
if (chip_info.revision >= 300) {
|
||||
ESP_LOGW(TAG, "Set minimum_chip_revision: \"3.0\" to reduce binary size");
|
||||
ESP_LOGW(TAG, "Set minimum_chip_revision: \"%d.%d\" to reduce binary size", chip_info.revision / 100,
|
||||
chip_info.revision % 100);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user