1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 15:12:21 +01:00

fix: update FRAM component include path in DynamicLampComponent

This commit is contained in:
Oliver Kleinecke
2025-02-18 12:36:03 +01:00
parent ccade7b56f
commit e56e749272

View File

@@ -8,7 +8,7 @@
#include "esphome/components/time/real_time_clock.h"
#include "esphome/components/output/float_output.h"
#include "esphome/components/light/light_output.h"
#include "esphome/components/fram/fram.h"
#include "esphome/components/fram/FRAM.h"
namespace esphome {
namespace dynamic_lamp {