Skip to content

Releases: FirstBuild/PizzaOvenRPiUI

v20.0.10

24 Jan 16:18
f93b58e
Compare
Choose a tag to compare

What's Changed

  • Remove unusable control lockout setting by @rdsuel in #43

Full Changelog: v20.0.9...v20.0.10

v20.0.9

18 Jan 17:08
10543f8
Compare
Choose a tag to compare

What's Changed

  • Bug Fix - Preheat screen dome/stone temps by @rdsuel in #42

Full Changelog: v20.0.8...v20.0.9

v2.0.08

10 Jan 21:35
3c2c7be
Compare
Choose a tag to compare

What's Changed

  • Remove clock display by @rdsuel in #39
  • Fix the food list "ghosting" issue by @rdsuel in #40
  • Bug Fix - Mobile app always starts 'custom' cycles by @rdsuel in #41

Full Changelog: v20.0.7...v20.0.8

Release v20.0.7

03 Dec 19:42
Compare
Choose a tag to compare

Current Gen 2 production release candidate.

Initial release for low cost

05 May 12:18
Compare
Choose a tag to compare
v20.0.0

Random change

Fix preheat display issues

11 Dec 13:43
e0bf3cd
Compare
Choose a tag to compare

Changes:

  • Reset temp latch and min temp display when the control state is stone preheat. This allows the dome temp to ramp properly after previously being latched
  • Play the chime when exiting preheat to cooking
  • Bump version for release

Updates for service and cloud

10 Dec 13:14
Compare
Choose a tag to compare

Changes:

  • Save temps at time of failure
  • Display failure temps on failure screen
  • Update reminder settings to the cloud
  • Bumped version for release

Improve UI transitions based on oven state

11 Oct 12:53
46eab53
Compare
Choose a tag to compare

Changes:

  • Added transition from idle based on oven state
  • Improved temp display during preheat
  • Added transition from preheat to cooking based on oven state
  • Bumped version for release

Fix crash

18 Sep 14:29
Compare
Choose a tag to compare

Changes:

  • Fix bug where UI would crash if preheat pressed after settings sent from app
    • Stop all timers and animations for each screen when doing a forced transition from that screen
    • Added new screenName property to each screen. This is used to keep from re-transitioning to the same screen. The reduces the "screen flashes" seen when the settings are changed via the app.
  • Don't shut down oven if it is running and the settings are changed from the app
  • Removed commented code
  • Bump version for release

Fix faulty transition to cooking

04 Sep 12:56
Compare
Choose a tag to compare

Changes:

  • Code cleanup
  • Stop display timer when home button is pressed in preheat screen
  • Bumped version for release