Unverified Commit 2d7218b8 authored by David McCurley's avatar David McCurley Committed by GitHub

WFG Crashfix (#8043)

parent 8fca3659
This diff is collapsed.
......@@ -188,6 +188,8 @@ class WiFiGenericClass
static bool setDualAntennaConfig(uint8_t gpio_ant1, uint8_t gpio_ant2, wifi_rx_ant_t rx_mode, wifi_tx_ant_t tx_mode);
const char * disconnectReasonName(wifi_err_reason_t reason);
const char * eventName(arduino_event_id_t id);
static const char * getHostname();
static bool setHostname(const char * hostname);
static bool hostname(const String& aHostname) { return setHostname(aHostname.c_str()); }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment