Add friendly reminder of number of bytes to javadoc

This commit is contained in:
Robbert Gurdeep Singh 2021-03-06 20:39:05 +01:00 committed by Gitea
parent 584ba867b5
commit 99aa59e7da

View File

@ -63,7 +63,7 @@ public class BLETypeConversions {
/** /**
* Similar to calendarToRawBytes, but only up to (and including) the MINUTES. * Similar to calendarToRawBytes, but only up to (and including) the MINUTES.
* @param timestamp * @param timestamp
* @return * @return byte array of 6 bytes
*/ */
public static byte[] shortCalendarToRawBytes(Calendar timestamp) { public static byte[] shortCalendarToRawBytes(Calendar timestamp) {
// MiBand2: // MiBand2: