File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010#define FN_VERSION_MAJOR 0
1111#define FN_VERSION_MINOR 1
1212
13- #define FN_VERSION_BUILD "50c31a74 "
13+ #define FN_VERSION_BUILD "ccbb292f "
1414
15- #define FN_VERSION_DATE "2020-09-24 02: 16:34 "
15+ #define FN_VERSION_DATE "2020-09-24 16:52:25 "
1616
17- #define FN_VERSION_FULL "0.1.50c31a74 "
17+ #define FN_VERSION_FULL "0.1.ccbb292f "
Original file line number Diff line number Diff line change @@ -40,8 +40,11 @@ void WiFiManager::stop()
4040 ESP_ERROR_CHECK (esp_event_handler_unregister (IP_EVENT, IP_EVENT_STA_GOT_IP, _wifi_event_handler));
4141
4242 // Remove event group
43+ // This is causing a reboot/crash randomly, so we're not going to delete it
44+ /*
4345 if (_wifi_event_group != nullptr)
4446 vEventGroupDelete(_wifi_event_group);
47+ */
4548
4649 ESP_ERROR_CHECK (esp_wifi_disconnect ());
4750 ESP_ERROR_CHECK (esp_wifi_stop ());
You can’t perform that action at this time.
0 commit comments