Fix circup install command
The package seems to be called `cedargrove_nau7802`, not just `nau7802`: ``` WARNING: nau7802 is not a known CircuitPython library. ```
This commit is contained in:
parent
0a4d445d15
commit
92ef43d385
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ following command to install:
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
circup install nau7802
|
||||
circup install cedargrove_nau7802
|
||||
|
||||
Or the following command to update an existing version:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue