mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-15 20:48:00 +00:00
Fixed typos
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user