MillControl icon indicating copy to clipboard operation
MillControl copied to clipboard

Arduino Coffee Grinder Control

Results 5 MillControl issues
Sort by recently updated
recently updated
newest added

Hello Roman, I'm not sure if you have seen my post here.[https://www.kaffee-netz.de/threads/millcontrol-arduino-muehlensteuerung-mit-timer-gewichtsautomatik-waagensteuerung-und-brew-timer.95553/page-10] The problem is still there. I dig a little bit in your code. So i found out that...

If you are looking for an updated version of this right here from Ramon, you can check out my fork: https://github.com/Steffeeeen1234/MillControl For now I haven't made any changes to the...

when pressing the brewtimer button, the timer will start, but upon releasing the button, the timer will immediately stop and jumpo back to the last used mill-mode. I can't tell...

I get the following warning ``` sketch\State.cpp: In member function 'virtual bool State::close()': sketch\State.cpp:56:27: warning: NULL used in arithmetic [-Wpointer-arith] if (!previousState == NULL) { ``` It does compile though...