Skip to content

Commit

Permalink
Fix #291 Factory reset (#292)
Browse files Browse the repository at this point in the history
* Fix #291

* fix makefile for OSX
  • Loading branch information
vintagepc authored Feb 7, 2021
1 parent acc7202 commit a0f3f5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install packages
run: |
brew install --cask xquartz
brew tap osx-cross/avr
brew tap osx-cross/homebrew-avr
brew install libelf freeglut glew SDL avr-gcc libpng
- name: Prepare CMake build
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/simavr
Submodule simavr updated 1 files
+1 −1 Makefile.common
4 changes: 2 additions & 2 deletions parts/boards/EinsyRambo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ namespace Boards
//depress encoder knob
if (!m_bFactoryReset)
{
SetPin(BTN_ENC,1);
encoder.Push();
}
else
{
SetPin(BTN_ENC,0);
encoder.MousePush();
}

m_bFactoryReset = false;
Expand Down

0 comments on commit a0f3f5b

Please sign in to comment.