Skip to content

Commit

Permalink
Update image for netcomm update including time api (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Sep 28, 2023
1 parent defa7fe commit 7f83457
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
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.

0 comments on commit 7f83457

Please sign in to comment.