Skip to content

Commit 004de06

Browse files
committed
Disable warning
1 parent 8dc05ea commit 004de06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ignore_build_warnings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ warning: unknown kconfig symbol 'TOUCH_SUPPRESS_DEPRECATE_WARN' assigned to*
33
warning: ignoring attribute 'section .+' because it conflicts with previous 'section .+
44
warning: #warning "This set of Touch APIs has been deprecated*
55
Warning: The smallest app partition is nearly full*
6+
warning: unknown kconfig symbol*

components/bsp_selector/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "1.0.0"
22
description: Selector of BSP
33
url: https://github.com/espressif/esp-bsp/tree/master/components/bsp_selector
44
dependencies:
5-
idf : ">=5.0"
5+
idf : ">=5.3"
66

77
esp_bsp_devkit:
88
version: "*"

0 commit comments

Comments
 (0)