mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-16 04:58: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;
|
constexpr camera_config_t default_camera_config = aithinker_camera_settings;
|
||||||
#elif defined(BOARD_ESP_EYE)
|
#elif defined(BOARD_ESP_EYE)
|
||||||
constexpr const char *board_name = "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)
|
#elif defined(BOARD_TTGO_T_CAMERA)
|
||||||
constexpr const char *board_name = "TTGO-T-CAMERA";
|
constexpr const char *board_name = "TTGO-T-CAMERA";
|
||||||
constexpr camera_config_t default_camera_config = ttgo_t_camera_settings;
|
constexpr camera_config_t default_camera_config = ttgo_t_camera_settings;
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ lib_deps =
|
|||||||
rzeldent/micro-moustache@^1.0.1
|
rzeldent/micro-moustache@^1.0.1
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[env:ttgo_t_camers]
|
[env:ttgo_t_camera]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
@@ -132,7 +132,6 @@ build_flags =
|
|||||||
-O2
|
-O2
|
||||||
-D BOARD_TTGO_T_CAMERA
|
-D BOARD_TTGO_T_CAMERA
|
||||||
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
|
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
|
||||||
-D LED_BUILTIN=33
|
|
||||||
-mfix-esp32-psram-cache-issue
|
-mfix-esp32-psram-cache-issue
|
||||||
-D IOTWEBCONF_PASSWORD_LEN=64
|
-D IOTWEBCONF_PASSWORD_LEN=64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user