Fix the Link Setup puncturing matrix.

This commit is contained in:
Jonathan Naylor 2021-09-05 14:59:15 +01:00
parent 836bc0dc9b
commit 11f14465e6
2 changed files with 7 additions and 7 deletions

View file

@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20210823";
const char* VERSION = "20210905";
#endif