allpowerlabs / KS_Engine3

KS_Engine3 is the depreciated sketch used to run the Power Pallet
3 stars 2 forks source link

Grate shake turns on when in grate calibration menu/grate #16

Open allpowerlabs opened 12 years ago

nanomonkey commented 12 years ago

Fixed Bug in Display: grate_val = GRATE_SHAKE_CROSS;

now has the condition:

if (key == 3) { grate_val = GRATE_SHAKE_CROSS; }