Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image for netcomm update including time api #18

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ ext.addTaskToCopyAllOutputs = { task ->
copyAllOutputs.from task.archivePath
}

def pubVersion = '2024.1.0'
def pubVersion = '2024.1.1'

def baseArtifactId = 'chipobject'
def artifactGroupId = 'edu.wpi.first.ni-libraries'
Expand Down
1 change: 1 addition & 0 deletions src/include/FRC_NetworkCommunication/FRCComm.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ void EXPORT_FUNC FRC_NetworkCommunication_setNewTcpDataSem(pthread_cond_t*);
int EXPORT_FUNC FRC_NetworkCommunication_setJoystickOutputs(uint8_t joystickNum, uint32_t hidOutputs, uint16_t leftRumble, uint16_t rightRumble);
int EXPORT_FUNC FRC_NetworkCommunication_getJoystickDesc(uint8_t joystickNum, uint8_t* isXBox, uint8_t* type, char* name, uint8_t* axisCount, uint8_t* axisTypes, uint8_t* buttonCount, uint8_t* povCount);
int EXPORT_FUNC FRC_NetworkCommunication_getPDPType(uint8_t* pdpType);
int EXPORT_FUNC FRC_NetworkCommunication_getTimeWasSet(uint8_t* timeWasSet);

void EXPORT_FUNC FRC_NetworkCommunication_getVersionString(char* version);
int EXPORT_FUNC FRC_NetworkCommunication_observeUserProgramStarting(void);
Expand Down
Binary file modified src/lib/netcomm/libFRC_NetworkCommunication.so.24.0.0
Binary file not shown.
Loading