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:
Florian Bruhin 2022-10-09 15:09:40 +02:00 committed by GitHub
parent 0a4d445d15
commit 92ef43d385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: