diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 926a6ef52..b41102d82 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -15,7 +15,7 @@ #include "led_strip.h" #include "sdkconfig.h" -static const char *TAG = "example"; +static const char *TAG = "ESP IDF Robot"; /* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink, or you can edit the following line and set a number here.