forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
Wgranie zmian do repozytorium
This commit is contained in:
15
releases/v1.3.4.1/include/Logger.h
Normal file
15
releases/v1.3.4.1/include/Logger.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef LOGGER_H
|
||||
#define LOGGER_H
|
||||
|
||||
#include "esp_log.h"
|
||||
|
||||
// Wszystkie tagi logowania w jednym miejscu
|
||||
extern const char *TAG_MAIN;
|
||||
extern const char *TAG_DISP;
|
||||
extern const char *TAG_ADXL;
|
||||
extern const char *TAG_CONF;
|
||||
|
||||
// Funkcja inicjalizacji poziomów logowania
|
||||
void init_log_levels();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user