Fixed typos

This commit is contained in:
Rene Zeldenthuis
2023-09-21 09:21:08 +02:00
parent 6917e44287
commit fdc0ddd379
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ constexpr const char *board_name = "AI-Thinker ESP32CAM";
constexpr camera_config_t default_camera_config = aithinker_camera_settings;
#elif defined(BOARD_ESP_EYE)
constexpr const char *board_name = "ESP-EYE";
constexpr camera_config_t default_camera_config = exp_eye_camera_settings;
constexpr camera_config_t default_camera_config = esp_eye_camera_settings;
#elif defined(BOARD_TTGO_T_CAMERA)
constexpr const char *board_name = "TTGO-T-CAMERA";
constexpr camera_config_t default_camera_config = ttgo_t_camera_settings;

View File

@@ -111,7 +111,7 @@ lib_deps =
rzeldent/micro-moustache@^1.0.1
###############################################################################
[env:ttgo_t_camers]
[env:ttgo_t_camera]
platform = espressif32
board = ttgo-t-beam
framework = arduino
@@ -132,7 +132,6 @@ build_flags =
-O2
-D BOARD_TTGO_T_CAMERA
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
-D LED_BUILTIN=33
-mfix-esp32-psram-cache-issue
-D IOTWEBCONF_PASSWORD_LEN=64