diff --git a/.gitignore b/.gitignore index 2bf2c7e..aa7c9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build sdkconfig.old desktop.ini -.PVS-Studio \ No newline at end of file +.PVS-Studio +sdkconfig \ No newline at end of file diff --git a/partitions.csv b/partitions.csv new file mode 100644 index 0000000..18d3d80 --- /dev/null +++ b/partitions.csv @@ -0,0 +1,8 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap +nvs, data, nvs, , 0x6000, +otadata, data, ota, , 0x2000, +phy_init, data, phy, , 0x1000, +ota_0, app, ota_0, , 3500K, +ota_1, app, ota_1, , 3500K, +storage, data,fat , , 1M, \ No newline at end of file diff --git a/sdkconfig.defaults b/sdkconfig.defaults new file mode 100644 index 0000000..b9e24d8 --- /dev/null +++ b/sdkconfig.defaults @@ -0,0 +1,24 @@ +# This file was generated using idf.py save-defconfig. It can be edited manually. +# Espressif IoT Development Framework (ESP-IDF) 5.5.2 Project Minimal Configuration +# +CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y +CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_COMPILER_OPTIMIZATION_SIZE=y +CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y +CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM=y +CONFIG_GPTIMER_ISR_CACHE_SAFE=y +CONFIG_I2C_ISR_IRAM_SAFE=y +CONFIG_LEDC_CTRL_FUNC_IN_IRAM=y +CONFIG_PCNT_CTRL_FUNC_IN_IRAM=y +CONFIG_PCNT_ISR_IRAM_SAFE=y +CONFIG_RMT_RECV_FUNC_IN_IRAM=y +CONFIG_RMT_TX_ISR_CACHE_SAFE=y +CONFIG_RMT_RX_ISR_CACHE_SAFE=y +CONFIG_SPI_MASTER_IN_IRAM=y +CONFIG_UART_ISR_IN_IRAM=y +CONFIG_HTTPD_WS_SUPPORT=y +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y +CONFIG_FREERTOS_HZ=1000 +CONFIG_LOG_DEFAULT_LEVEL_ERROR=y diff --git a/version.txt b/version.txt index afaf360..359a5b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +2.0.0 \ No newline at end of file