Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
febc8f7f
Commit
febc8f7f
authored
Sep 28, 2016
by
Johny Mattsson
Browse files
Updated to latest IDF.
parent
33eb1bc7
Changes
3
Show whitespace changes
Inline
Side-by-side
components/base_nodemcu/include/nodemcu_esp_event.h
View file @
febc8f7f
...
...
@@ -57,9 +57,6 @@
// Event callback prototype
typedef
void
(
*
nodemcu_esp_event_cb
)
(
const
system_event_t
*
event
);
// System event queue getter (matching esp_event_loop.h's declaration)
QueueHandle_t
esp_event_loop_get_queue
(
void
);
// Internal definitions
typedef
struct
{
system_event_id_t
event_id
;
...
...
components/base_nodemcu/user_main.c
View file @
febc8f7f
...
...
@@ -60,12 +60,6 @@ esp_err_t esp_event_send (system_event_t *event)
}
QueueHandle_t
esp_event_loop_get_queue
(
void
)
{
return
esp_event_queue
;
}
static
void
handle_esp_event
(
task_param_t
param
,
task_prio_t
prio
)
{
(
void
)
param
;
...
...
@@ -172,7 +166,7 @@ void app_main (void)
nodemcu_init
();
nvs_flash_init
(
6
,
3
);
nvs_flash_init
();
system_init
();
tcpip_adapter_init
();
...
...
esp32-esp-idf
@
e78da309
Compare
e3ffcd22
...
e78da309
Subproject commit e
3ffcd22d533f30550c53023c2c680a1f234f014
Subproject commit e
78da3093dbd90bc03cd61aefd3e38e556025a29
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