Actions: 1. EVSE/rootfs/lib/ remove all static library to reduce ram disk size. 2. EVSE/rootfs/lib/ libssl.so.1.0.0 & libcrypto.so.1.0.0 upgrade to version 1.2.0g Files: 1. As follow commit history Image version: D0.00.XX.XXXX.XX Image checksum: XXXXXXXX Hardware PWB P/N : XXXXXXX Hardware Version : XXXXXXX
@@ -586,7 +586,7 @@ int DB_Get_Operactive(sqlite3 *db, uint8_t gun_index)
DEBUG_INFO( "Local config query database open successfully.\r\n");
sqlite3_get_table(db, sqlStr, &rs, &rows, &cols, &errMsg);
- if(rows>1)
+ if(rows>0)
{
for(int idxRow=1;idxRow<=rows;idxRow++)