shuichan_old/V1.5/STM32F103_App1/HardWare/LOG/log_cn.h

9 lines
290 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef LOG_CN_H
#define LOG_CN_H
/* 中文日志格式串UTF-8 编码,定义在 log_cn.c —— 串口工具编码选 UTF-8 即可正确显示) */
extern const char FMT_UPTIME[]; /* "> 运行时间: %u天--%02u小时--%02u分钟" */
extern const char FMT_ENERGY[]; /* 电能 + 电压/电流/功率 */
#endif /* LOG_CN_H */