ESP32-C3 RC

This commit is contained in:
2025-01-02 02:41:27 -05:00
parent a3046e789e
commit 3cc855efb1

View File

@@ -737,7 +737,7 @@ static void continuous_adc_init(adc_channel_t *channel, uint8_t channel_num, adc
} }
void motors_task (void *pvParameter) {} void motors_task (void *pvParameter) {}
void led_task (void *pyParameter) { void led_task (void *arg) {
while(1) while(1)
{ {
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF"); ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");