Adding batch script for generating uf2 files for NRF boards (#945)

* Updated generated protos

* Added uf2-converter batch for windows machines
This commit is contained in:
Ben Meadors
2021-12-02 10:19:25 -06:00
committed by GitHub
parent 79eb5546a1
commit 9d019c1a99
3 changed files with 4 additions and 2 deletions

View File

@@ -4,9 +4,9 @@
#ifndef PB_ADMIN_PB_H_INCLUDED
#define PB_ADMIN_PB_H_INCLUDED
#include <pb.h>
#include "channel.pb.h"
#include "mesh.pb.h"
#include "radioconfig.pb.h"
#include "channel.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.