3.1.2
parent
d611db1318
commit
52db71754d
|
|
@ -1,3 +1,8 @@
|
||||||
|
v3.1.2
|
||||||
|
Update libicsneo
|
||||||
|
Update copyright
|
||||||
|
Add scan-interval-ms parameter (Jorge Alejandro <jorge.a.alejandro@gmail.com>)
|
||||||
|
|
||||||
v3.1.1
|
v3.1.1
|
||||||
Update libicsneo
|
Update libicsneo
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
project(libicsneo-socketcan-daemon VERSION 3.1.1)
|
project(libicsneo-socketcan-daemon VERSION 3.1.2)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Version 3.1.1
|
Version 3.1.2
|
||||||
|
|
||||||
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.
|
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue