@@ -5,7 +5,7 @@ dependencies:
55 espressif/esp_lcd_gc9a01 : ==2.0.1
66 espressif/esp_lcd_st77916 : ^1.0.1
77 espressif/esp_lcd_st7796 :
8- version : ' 1.3.2'
8+ version : 1.3.2
99 rules :
1010 - if : target not in [esp32c3]
1111 espressif/esp_lcd_spd2010 : ==1.0.2
@@ -30,9 +30,19 @@ dependencies:
3030 espressif/esp_io_expander_tca95xx_16bit : ^2.0.0
3131 espressif2022/image_player : ^1.1.0
3232 espressif/adc_mic : ^0.2.0
33- espressif/esp_mmap_assets : " >=1.2"
33+ espressif/esp_mmap_assets : ' >=1.2'
3434 txp666/otto-emoji-gif-component : ~1.0.2
3535
36+ # SenseCAP Watcher Board
37+ wvirgil123/esp_jpeg_simd :
38+ version : 1.0.0
39+ rules :
40+ - if : target in [esp32s3]
41+ wvirgil123/sscma_client :
42+ version : 1.0.2
43+ rules :
44+ - if : target in [esp32s3]
45+
3646 tny-robotics/sh1106-esp-idf :
3747 version : ^1.0.0
3848 rules :
@@ -45,7 +55,7 @@ dependencies:
4555 waveshare/esp_lcd_st7703 :
4656 version : ' *'
4757 rules :
48- - if : target in [esp32p4]
58+ - if : target in [esp32p4]
4959 espressif/esp_lcd_ili9881c :
5060 version : ^1.0.1
5161 rules :
@@ -55,21 +65,9 @@ dependencies:
5565 rules :
5666 - if : target in [esp32p4]
5767 lijunru-hub/servo_dog_ctrl :
58- version : ' ^0.1.6'
68+ version : ^0.1.6
5969 rules :
6070 - if : target in [esp32c3]
61-
62- sscma_client :
63- git : https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware.git
64- path : components/sscma_client
65- rules :
66- - if : target not in [esp32p4, esp32c3]
67-
68- esp_jpeg_simd :
69- git : https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware.git
70- path : components/esp_jpeg_simd
71- rules :
72- - if : target not in [esp32p4, esp32c3]
7371
7472 # # Required IDF version
7573 idf :
0 commit comments