pull/17/head
Kyle Schwarz 2024-01-02 10:16:28 -05:00
parent d611db1318
commit 52db71754d
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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