mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
запись в файл данных для графика
This commit is contained in:
@@ -129,6 +129,8 @@ struct Time_t {
|
||||
unsigned long valid;
|
||||
};
|
||||
|
||||
extern unsigned long unixTime;
|
||||
extern bool isTimeSynch;
|
||||
extern Time_t _time_local;
|
||||
extern Time_t _time_utc;
|
||||
extern bool _time_isTrust;
|
||||
|
||||
@@ -6,8 +6,8 @@ extern void writeFileUint8tByFrames(const String& filename, uint8_t*& big_buf, s
|
||||
extern void writeFileUint8tByByte(const String& filename, uint8_t*& payload, size_t length, size_t headerLenth);
|
||||
extern File seekFile(const String& filename, size_t position = 0);
|
||||
extern const String writeFile(const String& filename, const String& str);
|
||||
extern const String addFileLn(const String& filename, const String& str);
|
||||
extern const String readFile(const String& filename, size_t max_size);
|
||||
extern const String filepath(const String& filename);
|
||||
extern bool cutFile(const String& src, const String& dst);
|
||||
extern const String addFileLn(const String& filename, const String& str);
|
||||
extern void onFlashWrite();
|
||||
Reference in New Issue
Block a user