1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-04 02:52:22 +01:00

Replace remaining instances of USE_ESP32_CAMERA with USE_CAMERA (#9401)

This commit is contained in:
DT-art1
2025-07-10 10:35:24 +02:00
committed by GitHub
parent 05238b447f
commit 143702beef
2 changed files with 2 additions and 2 deletions

View File

@@ -1920,7 +1920,7 @@ uint16_t APIConnection::get_estimated_message_size(uint16_t message_type) {
case ListEntitiesClimateResponse::MESSAGE_TYPE:
return ListEntitiesClimateResponse::ESTIMATED_SIZE;
#endif
#ifdef USE_ESP32_CAMERA
#ifdef USE_CAMERA
case ListEntitiesCameraResponse::MESSAGE_TYPE:
return ListEntitiesCameraResponse::ESTIMATED_SIZE;
#endif