File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared-bindings/gamepadshift Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ jobs:
505
505
id : idf-cache
506
506
with :
507
507
path : ${{ github.workspace }}/.idf_tools
508
- key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210422
508
+ key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
509
509
- name : Clone IDF submodules
510
510
run : |
511
511
(cd $IDF_PATH && git submodule update --init)
Original file line number Diff line number Diff line change 42
42
//| The ``clock``, ``data`` and ``latch`` parameters are ``DigitalInOut``
43
43
//| objects connected to the shift register controlling the buttons.
44
44
//|
45
- //| They button presses are accumulated, until the ``get_pressed`` method
45
+ //| The button presses are accumulated, until the ``get_pressed`` method
46
46
//| is called, at which point the button state is cleared, and the new
47
47
//| button presses start to be recorded.
48
48
//|
You can’t perform that action at this time.
0 commit comments