esp_alox/main/main.h
simon 185587cdb6 Reworked esp32 wroom to esp32c3 zero board
- Fixed minor Bug from Testing with multiple Nodes
2025-04-06 16:22:25 +02:00

20 lines
374 B
C

#ifndef MAIN_H
#define MAIN_H
#include "assert.h"
#include "portmacro.h"
#include <esp_event.h>
#include <esp_now.h>
#include <esp_wifi.h>
#include <freertos/FreeRTOS.h>
#include <freertos/queue.h>
#include <freertos/task.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#define MASTER_MODE_PIN GPIO_NUM_0 // Jumper-Erkennungspin
#endif