From 60efd1d7a4ae64ae202a97d836f7f7498d62e96b Mon Sep 17 00:00:00 2001 From: Barb Date: Sun, 24 Nov 2024 11:43:33 +0100 Subject: [PATCH] added changelog nov 24 --- PyCoffeeESP8266/PyCoffeeESP8266.ino | 8 +++++--- PyCoffeeNano/PyCoffeeNano.ino | 2 ++ changelog_nov24.txt | 6 ++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 changelog_nov24.txt diff --git a/PyCoffeeESP8266/PyCoffeeESP8266.ino b/PyCoffeeESP8266/PyCoffeeESP8266.ino index 9011e10..26bd7af 100644 --- a/PyCoffeeESP8266/PyCoffeeESP8266.ino +++ b/PyCoffeeESP8266/PyCoffeeESP8266.ino @@ -1,3 +1,5 @@ +// LAST UPDATE: NOVEMBER 2024 + #include #include #include @@ -11,9 +13,9 @@ AsyncWebServer server(80); // coffee times (in seconds) and temperature (in C) settings: // Warning! these are currently hard-coded in the arduino nano -//int rist = 15; -//int espr = 20; -//int lung = 25; +//int rist = 10; +//int espr = 15; +//int lung = 20; //int amer = 60; //int desiredTemp = 70; diff --git a/PyCoffeeNano/PyCoffeeNano.ino b/PyCoffeeNano/PyCoffeeNano.ino index 0c2ea77..3c8ebda 100644 --- a/PyCoffeeNano/PyCoffeeNano.ino +++ b/PyCoffeeNano/PyCoffeeNano.ino @@ -1,3 +1,5 @@ +// LAST UPDATE: NOVEMBER 2024 + // Pinout configuration const int grinderPin = 9, pumpPin = 8, boilerPin = 6, powderPin = 7, wheelPin = 10, invertWheelPin = 11, powderSensorPin = 2, vaporSensorPin = 5, tempSensorPin = A7, wheelStartSensorPin = 4, wheelEndSensorPin = 3, redLED = 13, greenLED = 12; diff --git a/changelog_nov24.txt b/changelog_nov24.txt new file mode 100644 index 0000000..7fec0de --- /dev/null +++ b/changelog_nov24.txt @@ -0,0 +1,6 @@ +- 3s unpr for pressure release +- 20s to 200ms for vapor +- 15s to 20s for pres/unpr max time +- changed pump ratios for rist/espr/long +- error should now blink indefinitely until rebooted or serial com received +- added force press/unpress \ No newline at end of file