main.h: added include coexist.h

This commit is contained in:
cyberman54 2021-03-31 09:46:51 +02:00
parent 643d972da6
commit 36363ee377

View File

@ -4,6 +4,7 @@
#include <esp_spi_flash.h> // needed for reading ESP32 chip attributes
#include <esp_event_loop.h> // needed for Wifi event handler
#include <esp32-hal-timer.h> // needed for timers
#include <esp_coexist.h> // needed for coex version display
#include "globals.h"
#include "reset.h"