main.h: added include coexist.h

This commit is contained in:
cyberman54 2021-03-31 09:45:32 +02:00
parent 7d401697f6
commit 74ca49b84e

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"