mirror of
https://github.com/m5stack/StackChan.git
synced 2026-05-20 11:49:45 -07:00
update firmware v1.2.6
This commit is contained in:
@@ -158,5 +158,7 @@ void Hal::head_touch_init()
|
||||
si12t_init(&si12t_cfg, &si12t);
|
||||
si12t_setup(si12t, SI12T_TYPE_LOW, SI12T_SENSITIVITY_LEVEL_3);
|
||||
|
||||
xTaskCreateWithCaps(_head_touch_update_task, "headtouch", 1024 * 6, si12t, 5, NULL, MALLOC_CAP_SPIRAM);
|
||||
// xTaskCreateWithCaps(_head_touch_update_task, "headtouch", 1024 * 6, si12t, 2, NULL, MALLOC_CAP_SPIRAM);
|
||||
xTaskCreatePinnedToCoreWithCaps(_head_touch_update_task, "headtouch", 1024 * 6, si12t, 2, NULL, 1,
|
||||
MALLOC_CAP_SPIRAM);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user