From efe08d38771b634a093942b2f1494a275d76d145 Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick Date: Sat, 2 Nov 2024 13:37:37 -0700 Subject: [PATCH] Set hostname to esp-rf-ook --- sdkconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdkconfig.defaults b/sdkconfig.defaults index c13fd65..3289821 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -4,6 +4,9 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384 # We are using busy-loop for sampling GPIO CONFIG_ESP_TASK_WDT_EN=n +# Change default hostname +CONFIG_LWIP_LOCAL_HOSTNAME="esp-rf-ook" + # Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default). # This allows to use 1 ms granularity for thread sleeps (10 ms by default). #CONFIG_FREERTOS_HZ=1000