diff options
Diffstat (limited to 'stm32f091/esp8266.h')
-rw-r--r-- | stm32f091/esp8266.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm32f091/esp8266.h b/stm32f091/esp8266.h index 94a7356..3138bc7 100644 --- a/stm32f091/esp8266.h +++ b/stm32f091/esp8266.h @@ -36,3 +36,5 @@ void ws_esp8266_start_tcp_server(); void ws_esp8266_set_mac(); /** @brief set static ip address of the esp client */ void ws_esp8266_set_ip(); +/** @brief set hostname of the esp client */ +void ws_esp8266_set_hostname(); |