diff --git a/src/main.cpp b/src/main.cpp index 57bf584..76b7a22 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -457,6 +457,7 @@ void loop() CATCH_NET_FAILURE(result, "POST FAILED") + currentTea = TeaData(result["id"], result["tea_name"], result["rfid_code"], result["tea_notes"], result["water_temp"], result["steeping_seconds"]); sound.playSaveSound(); smartDisplay.playTeaAnimationPartTwo(32, "", "Done!", "", ""); state = State::DISPLAY_SCANNED_TEA_CONFIG;