mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
7 lines
175 B
C
7 lines
175 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
extern void logging();
|
|
extern void deleteOldDate(String file, int seted_number_of_lines, String date_to_add);
|
|
extern void clean_log_date(); |