We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5f9cb commit 4820a7eCopy full SHA for 4820a7e
examples/energy-management-app/esp32/main/main.cpp
@@ -236,7 +236,7 @@ extern "C" void app_main()
236
chip::rpc::Init();
237
#endif
238
239
- uint8_t features = static_cast<uint8_t>(chip::app::Clusters::DeviceEnergyManagement::sFeatureMap.Raw());
+ uint8_t features = static_cast<uint8_t>(DeviceEnergyManagement::sFeatureMap.Raw());
240
241
ESP_LOGI(TAG, "==================================================");
242
#if defined(CONFIG_ENABLE_EXAMPLE_EVSE_DEVICE)
0 commit comments