start of the epd. Problem right now 0xff display black. Will have to investigate
This commit is contained in:
@@ -48,7 +48,7 @@ internal bool s_ethernet_connected = false;
|
||||
#endif
|
||||
|
||||
void initialize_network() { ESP_ERROR_CHECK(esp_netif_init()); }
|
||||
void shutdown_network() { ESP_ERROR_CHECK(esp_netif_deinit()); }
|
||||
void shutdown_network() { esp_netif_deinit(); }
|
||||
|
||||
void ethernet_event_handler(void *arg, esp_event_base_t event_base,
|
||||
int32_t event_id, void *event_data)
|
||||
|
||||
Reference in New Issue
Block a user