Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
2d7218b8
Unverified
Commit
2d7218b8
authored
Apr 10, 2023
by
David McCurley
Committed by
GitHub
Apr 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WFG Crashfix (#8043)
parent
8fca3659
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
126 additions
and
22 deletions
+126
-22
libraries/WiFi/src/WiFiGeneric.cpp
libraries/WiFi/src/WiFiGeneric.cpp
+124
-22
libraries/WiFi/src/WiFiGeneric.h
libraries/WiFi/src/WiFiGeneric.h
+2
-0
No files found.
libraries/WiFi/src/WiFiGeneric.cpp
View file @
2d7218b8
This diff is collapsed.
Click to expand it.
libraries/WiFi/src/WiFiGeneric.h
View file @
2d7218b8
...
...
@@ -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
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment