|
|
@@ -1,7 +1,7 @@
|
|
|
# noolite
|
|
|
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:
|
|
|
```
|
|
|
@@ -19,7 +19,7 @@ Include lib in your project with CMake FetchContent:
|
|
|
include(FetchContent)
|
|
|
FetchContent_Declare(
|
|
|
noolite
|
|
|
- GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/noolitelib.git
|
|
|
+ GIT_REPOSITORY https://gogs.dended.ru/ded/noolitelib.git
|
|
|
GIT_TAG master
|
|
|
)
|
|
|
FetchContent_MakeAvailable(noolite)
|