diff --git a/.DS_Store b/.DS_Store index 7506ad4..e892b8d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/main/ate0004.c b/main/ate0004.c index 4c1d389..c2cb34e 100755 --- a/main/ate0004.c +++ b/main/ate0004.c @@ -14,8 +14,8 @@ void zh_pcf8574_event_handler(void *arg, esp_event_base_t event_base, int32_t ev void app_main(void) { - esp_log_level_set("zh_pcf8574", ESP_LOG_ERROR); - esp_log_level_set("zh_vector", ESP_LOG_ERROR); + // esp_log_level_set("zh_pcf8574", ESP_LOG_ERROR); + // esp_log_level_set("zh_vector", ESP_LOG_ERROR); gpio_config_t triac_pin_config = { .intr_type = GPIO_INTR_DISABLE, .mode = GPIO_MODE_OUTPUT, diff --git a/pcb/BOM_ATE0004.000.001_v.1.xlsx b/pcb/BOM_ATE0004.000.001_v.1.xlsx index dc683fc..d45c429 100644 Binary files a/pcb/BOM_ATE0004.000.001_v.1.xlsx and b/pcb/BOM_ATE0004.000.001_v.1.xlsx differ diff --git a/sdkconfig b/sdkconfig index be81497..86df272 100644 --- a/sdkconfig +++ b/sdkconfig @@ -401,13 +401,13 @@ CONFIG_ESPTOOLPY_FLASHFREQ_40M=y CONFIG_ESPTOOLPY_FLASHFREQ="40m" # CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y -# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE="4MB" +CONFIG_ESPTOOLPY_FLASHSIZE="8MB" # CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set CONFIG_ESPTOOLPY_BEFORE_RESET=y # CONFIG_ESPTOOLPY_BEFORE_NORESET is not set @@ -666,7 +666,7 @@ CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y # ESP-Driver:GPIO Configurations # # CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set -# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y # end of ESP-Driver:GPIO Configurations #