Изменён url к репозиторию
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# noolite
|
# noolite
|
||||||
Package noolite provide class for control Noolite Adapters PC11xx.
|
Package noolite provide class for control Noolite Adapters PC11xx.
|
||||||
|
|
||||||
Protocol described on url: https://gogs.dended.keenetic.pro/ded/noolitelib/src/master/docs/PC11xx_HID_API.pdf
|
Protocol described on url: https://gogs.dended.ru/ded/noolitelib/src/master/docs/PC11xx_HID_API.pdf
|
||||||
|
|
||||||
To have access on device from common user add the next rule to udev. For example to /etc/udev/rules.d/50-noolite.rules next line:
|
To have access on device from common user add the next rule to udev. For example to /etc/udev/rules.d/50-noolite.rules next line:
|
||||||
```
|
```
|
||||||
@@ -19,7 +19,7 @@ Include lib in your project with CMake FetchContent:
|
|||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
noolite
|
noolite
|
||||||
GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/noolitelib.git
|
GIT_REPOSITORY https://gogs.dended.ru/ded/noolitelib.git
|
||||||
GIT_TAG master
|
GIT_TAG master
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(noolite)
|
FetchContent_MakeAvailable(noolite)
|
||||||
|
|||||||
Reference in New Issue
Block a user