Skip to content

Commit

Permalink
Downgrade espidf for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
usedhondacivic committed Nov 14, 2024
1 parent 9bac44a commit f0d525b
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 290 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ QueueHandle_t register_data_producer(OutgoingMessageID id)
"send_socket_thread",
SOCKET_THREAD_STACK_SIZE,
static_cast<void *>(args),
10,
5,
NULL,
tskNO_AFFINITY);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "wifi_manager.h"

namespace WifiManager {

#define REPROVISION_PIN GPIO_NUM_11

#define WIFI_CONNECTION_TIMEOUT_MS 10000
Expand Down Expand Up @@ -290,7 +291,6 @@ void init()

// DHCP
esp_netif_dhcps_start(esp_netif_ap);
esp_netif_dhcps_start(esp_netif_sta);
esp_netif_dns_info_t dnsserver;
dhcps_offer_t dhcps_dns_value = OFFER_DNS;
esp_netif_dhcps_option(esp_netif_ap,
Expand Down
Loading

0 comments on commit f0d525b

Please sign in to comment.