Skip to content

Commit 663bd97

Browse files
committed
Updated short ID to be base 16 as per discussion in #15
1 parent 54db232 commit 663bd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emonesp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
#endif
7676

7777
#ifndef HAL_ID_ENCODING_BASE
78-
#define HAL_ID_ENCODING_BASE 10
78+
#define HAL_ID_ENCODING_BASE 16
7979
#endif
8080

8181
#ifndef HAL_SHORT_ID_LENGTH

0 commit comments

Comments
 (0)