Hi! https://github.com/jeffmer/WatchApps/blob/d8dff30062ebdb14a727d5340129a68471f069eb/apps/heart/heartv2.app.js#L34 I think this line should be written `int a = (next-c) % NSLOT;` as the current form will be out of bounds when `next == c`
Hi!
WatchApps/apps/heart/heartv2.app.js
Line 34 in d8dff30
I think this line should be written
int a = (next-c) % NSLOT;as the current form will be out of bounds whennext == c