vial: bump protocol version

This commit is contained in:
Ilya Zhuravlev 2021-07-02 23:19:41 -04:00
parent 2b2ff48c5d
commit c0cd1bfc6c

View File

@ -19,7 +19,7 @@
#include <inttypes.h>
#include <stdbool.h>
#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000003)
#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000004)
void vial_handle_cmd(uint8_t *data, uint8_t length);