This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/SourceCode/include/common/theLogger.h

13 lines
196 B
C
Raw Normal View History

2022-04-05 20:05:16 +02:00
#ifndef LOGGER_H
#define LOGGER_H
#include "esp_log.h"
#include "esp_system.h"
#include "esp_spi_flash.h"
void print_logo();
void print_esp32_information();
void setup_all_log_levels();
#endif