Order status gets sent over wifi bridge
by jnesselr 5 years 1 month
a575dd13
Removed "resetSent" from SiteLink
by jnesselr 5 years 1 month
Removed "resetSent" from SiteLink

I thought that would improve the site link to have that, but it just
makes it so if the first reset doesn't work that it can never reset
again. I had it to prevent infinite reset loops, but that seems far
less common.
0aaa6be7
Host side now ACKs in SiteLink
by jnesselr 5 years 1 month
71b712a2
Wifi Bridge now waits for an ACK from the host sid...
by jnesselr 5 years 1 month
Wifi Bridge now waits for an ACK from the host side

The Arduino buffer is only 64 bytes, so we could do a normal product update
and completely trash the buffer. A single product is pretty close to 64 bytes
anyway. We still need to check that the max product sent isn't longer than
64 bytes when sent with msgpack
b4abcc6f
Fixing small issue with Membership Button
by jnesselr 5 years 1 month
9893f382
Finished refactoring callbacks
by jnesselr 5 years 1 month
2d3aaabc
Saving progress on potential new way to do callbac...
by jnesselr 5 years 1 month
Saving progress on potential new way to do callbacks
dff8ec30
Added ability to tap on orders grabbed from the in...
by jnesselr 5 years 1 month
Added ability to tap on orders grabbed from the internet
a7e031fd
Membership Button now shows orders available for p...
by jnesselr 5 years 1 month
Membership Button now shows orders available for pickup
36af3a43
Added MembershipButtonState for the membership but...
by jnesselr 5 years 1 month
f4481d25
Report a bug