Browse Source

added changelog nov 24

master
Barb 1 month ago
parent
commit
60efd1d7a4
3 changed files with 13 additions and 3 deletions
  1. +5
    -3
      PyCoffeeESP8266/PyCoffeeESP8266.ino
  2. +2
    -0
      PyCoffeeNano/PyCoffeeNano.ino
  3. +6
    -0
      changelog_nov24.txt

+ 5
- 3
PyCoffeeESP8266/PyCoffeeESP8266.ino View File

@ -1,3 +1,5 @@
// LAST UPDATE: NOVEMBER 2024
#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESPAsyncTCP.h>
@ -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;


+ 2
- 0
PyCoffeeNano/PyCoffeeNano.ino View File

@ -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;


+ 6
- 0
changelog_nov24.txt View File

@ -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

Loading…
Cancel
Save