mirror of
https://codeberg.org/opentrafficmap/its-g5-receiver-firmware.git
synced 2026-07-30 20:45:39 +00:00
10 lines
152 B
C
10 lines
152 B
C
#include "sdkconfig.h"
|
|
|
|
#include "esp_event.h"
|
|
|
|
#include "events.h"
|
|
|
|
ESP_EVENT_DEFINE_BASE(APP_EVENT_BASE);
|
|
|
|
ESP_EVENT_DEFINE_BASE(SNIFFER_EVENT_BASE);
|