vial: bump protocol version

This commit is contained in:
Ilya Zhuravlev 2022-03-27 20:09:08 -06:00
parent e9745af305
commit 2ba865ecbe

View File

@ -22,7 +22,7 @@
#include "eeprom.h"
#include "action.h"
#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000004)
#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000005)
#define VIAL_RAW_EPSIZE 32
void vial_init(void);