Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
b38d7ea3
Commit
b38d7ea3
authored
Oct 21, 2020
by
Jozef Kralik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug print
parent
a4fff014
Pipeline
#1215
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
port/esp32/main/main.c
port/esp32/main/main.c
+0
-1
No files found.
port/esp32/main/main.c
View file @
b38d7ea3
...
@@ -165,7 +165,6 @@ static void sta_start(void *esp_netif, esp_event_base_t event_base,
...
@@ -165,7 +165,6 @@ static void sta_start(void *esp_netif, esp_event_base_t event_base,
static
void
sta_disconnected
(
void
*
esp_netif
,
esp_event_base_t
event_base
,
static
void
sta_disconnected
(
void
*
esp_netif
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
int32_t
event_id
,
void
*
event_data
)
{
{
PRINT
(
"sta_disconnected
\n
"
);
esp_wifi_connect
();
esp_wifi_connect
();
xEventGroupClearBits
(
wifi_event_group
,
IPV4_CONNECTED_BIT
);
xEventGroupClearBits
(
wifi_event_group
,
IPV4_CONNECTED_BIT
);
xEventGroupClearBits
(
wifi_event_group
,
IPV6_CONNECTED_BIT
);
xEventGroupClearBits
(
wifi_event_group
,
IPV6_CONNECTED_BIT
);
...
...
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