Skip to content

Commit

Permalink
Set hostname to esp-rf-ook
Browse files Browse the repository at this point in the history
  • Loading branch information
anarsoul committed Nov 2, 2024
1 parent 26aa9ef commit efe08d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efe08d3

Please sign in to comment.