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 @@ -506,7 +506,7 @@ jobs:
506
506
id : idf-cache
507
507
with :
508
508
path : ${{ github.workspace }}/.idf_tools
509
- key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210422
509
+ key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210506
510
510
- name : Clone IDF submodules
511
511
run : |
512
512
(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