Skip to content

Commit 8729fd2

Browse files
mkalkbrennerfreezy
authored andcommitted
fixed log entires for UDP delay and USB pckage size, use libzedmd 0.9.4
1 parent c58c089 commit 8729fd2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

LibDmd/Costura32/zedmd.dll

1 KB
Binary file not shown.

LibDmd/Costura64/zedmd64.dll

512 Bytes
Binary file not shown.

LibDmd/Output/ZeDMD/ZeDMDUsbBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public abstract class ZeDMDUsbBase : ZeDMDBase
5959
#else
6060
[DllImport("zedmd.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl)]
6161
#endif
62-
protected static extern int ZeDMD_GetUsbPackageSize(IntPtr pZeDMD);
62+
protected static extern ushort ZeDMD_GetUsbPackageSize(IntPtr pZeDMD);
6363

6464
#endregion
6565
}

LibDmd/Output/ZeDMD/ZeDMDWiFiBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public abstract class ZeDMDWiFiBase : ZeDMDBase
5656
#else
5757
[DllImport("zedmd.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl)]
5858
#endif
59-
protected static extern int ZeDMD_GetUdpDelay(IntPtr pZeDMD);
59+
protected static extern byte ZeDMD_GetUdpDelay(IntPtr pZeDMD);
6060

6161

6262
#endregion

0 commit comments

Comments
 (0)