mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-13 10:20:12 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -737,7 +737,7 @@ static void continuous_adc_init(adc_channel_t *channel, uint8_t channel_num, adc
|
||||
}
|
||||
|
||||
void motors_task (void *pvParameter) {}
|
||||
void led_task (void *pyParameter) {
|
||||
void led_task (void *arg) {
|
||||
while(1)
|
||||
{
|
||||
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
|
||||
|
Reference in New Issue
Block a user