Skip to content

Commit

Permalink
New drawing for the control unit
Browse files Browse the repository at this point in the history
ESP32UNO
  • Loading branch information
3d-photo-360 committed Jul 3, 2018
1 parent 430f4ce commit bde5d04
Show file tree
Hide file tree
Showing 13 changed files with 496 additions and 1 deletion.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -226,7 +226,7 @@ var run = function () {
IrInput(btn);
return;
}
if (btn === 'SETUP' && !setupMode && !poweroff) {
if (btn === 'SETUP' && !setupMode && !poweroff && !infiniteFlag && !startFlag && !deg90flag) {
SettingsDisplay_1();
console.log('Setup');
simNum = 0;
Expand Down

0 comments on commit bde5d04

Please sign in to comment.