File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 with :
1313 submodules : recursive
1414 - name : Set up Python
15- uses : actions/setup-python@v1
15+ uses : actions/setup-python@v5
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
1919 pip install platformio
2020 - name : Run PlatformIO
2121 run : platformio run -e esp32dev
2222 - name : Archive build artifact
23- uses : actions/upload-artifact@v2
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : firmware.bin
2626 path : .pio/build/esp32dev/firmware.bin
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ platform = espressif32
1313board = esp32dev
1414framework = arduino
1515upload_port = /dev/ttyUSB0
16- lib_deps = madhephaestus/ESP32Encoder@^0.3.8
16+ lib_deps = madhephaestus/ESP32Encoder@^0.11.7
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ void SetupEncoder()
194194{
195195 delay (1 );
196196 // Enable the weak pull down resistors
197- ESP32Encoder::useInternalWeakPullResistors=UP ;
197+ ESP32Encoder::useInternalWeakPullResistors = puType::up ;
198198 // set starting count value
199199 encoder.clearCount ();
200200 // Attach pins for use as encoder pins
You can’t perform that action at this time.
0 commit comments