Skip to content

Commit b4f8bc5

Browse files
committed
switch_case_to_factory
1 parent 7af24e9 commit b4f8bc5

File tree

190 files changed

+9437
-9269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+9437
-9269
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ ESP-IoT-Solution 中注册的组件如下:
187187
- 可以在 [ESP Component Registry](https://components.espressif.com/)中找到 `ESP-IoT-Solution` 中的组件和其他已注册的组件;
188188
- 可以前往 [esp32.com](https://www.esp32.com/) 论坛 提问,挖掘社区资源;
189189
- 如果你在使用中发现了错误或者需要新的功能,请先查看 [GitHub Issues](https://github.com/espressif/esp-iot-solution/issues),确保该问题不会被重复提交;
190-
- 如果你有兴趣为 ESP-IoT-Solution 作贡献,请先阅读[贡献指南](./CONTRIBUTING.rst)。
190+
- 如果你有兴趣为 ESP-IoT-Solution 作贡献,请先阅读[贡献指南](./CONTRIBUTING.rst)。

components/audio/pwm_audio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
## v1.1.0 - 2022-06-21
2222
### Enhancements:
2323
* First submit
24-
* Support idf release/4.4
24+
* Support idf release/4.4

components/button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Please use the component manager command `add-dependency` to add the `button` to
3939

4040
```
4141
idf.py add-dependency "espressif/button=*"
42-
```
42+
```

components/display/lcd/esp_lcd_ek79007/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
### Enhancements:
2424

25-
* Implement the driver for the EK79007 MIPI-DSI LCD controller
25+
* Implement the driver for the EK79007 MIPI-DSI LCD controller

components/display/lcd/esp_lcd_hx8399/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
### Enhancements:
1818

19-
* Implement the driver for the HX8399 MIPI-DSI LCD controller
19+
* Implement the driver for the HX8399 MIPI-DSI LCD controller

components/display/lcd/esp_lcd_jd9165/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
### Enhancements:
2424

25-
* Implement the driver for the JD9165 MIPI-DSI LCD controller
25+
* Implement the driver for the JD9165 MIPI-DSI LCD controller

components/display/lcd/esp_lcd_panel_io_additions/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
### Bug Fixes:
1616

1717
* esp_lcd_panel_io_3wire_spi:
18-
* fix test_apps build error
18+
* fix test_apps build error

components/display/lcd/esp_lcd_usb_display/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Alternatively, you can create `idf_component.yml`. More is in [Espressif's docum
4242
};
4343
ESP_ERROR_CHECK(esp_lcd_new_panel_usb_display(&panel_dev_config, &display_panel));
4444
ESP_ERROR_CHECK(esp_lcd_panel_init(display_panel));
45-
```
45+
```

components/display/lcd_touch/esp_lcd_touch_ili2118/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
### Enhancements:
66

7-
* Implement the driver for the ILI2118 Touch controller
7+
* Implement the driver for the ILI2118 Touch controller

0 commit comments

Comments
 (0)