diff --git a/microcontroller/sketch_apr22a/sketch_apr22a.ino b/microcontroller/sketch_apr22a/sketch_apr22a.ino index 72972fb..64ed5cb 100644 --- a/microcontroller/sketch_apr22a/sketch_apr22a.ino +++ b/microcontroller/sketch_apr22a/sketch_apr22a.ino @@ -676,7 +676,7 @@ void insertHistory(bool berhasil = true) { String jsonReqSet = JSON.stringify(reqSet); db.insert("histori_fermentasi", json, false); - db.from("pengaturan").eq("id", "1").doUpdate(jsonSett); + db.from("pengaturan").eq("id", "1").doUpdate(jsonReqSet); callUser(berhasil); pengujian = true;