add codes

This commit is contained in:
zhangsheng 2025-06-02 22:33:55 +08:00
parent f50c3e35de
commit 11f1604c4d

View File

@ -263,6 +263,8 @@ void SqliteDB::SqliteInit(const char *pDbName) {
execute_sql_file("/opt/configenv/receive_wave_status.sql"); execute_sql_file("/opt/configenv/receive_wave_status.sql");
execute_sql_file("/opt/configenv/reboot_record.sql"); execute_sql_file("/opt/configenv/reboot_record.sql");
execute_sql_file("/opt/configenv/blueteeth_info.sql");
} }
void SqliteDB::Createtable(const char *ptableName) { void SqliteDB::Createtable(const char *ptableName) {