[create-pull-request] automated change

This commit is contained in:
thebentern
2023-01-18 14:57:44 +00:00
committed by GitHub
parent 4d4af7de59
commit 5189e328b6
24 changed files with 36 additions and 36 deletions

View File

@@ -4,11 +4,11 @@
#ifndef PB_MESHTASTIC_MESHTASTIC_ADMIN_PB_H_INCLUDED
#define PB_MESHTASTIC_MESHTASTIC_ADMIN_PB_H_INCLUDED
#include <pb.h>
#include "meshtastic/channel.pb.h"
#include "meshtastic/config.pb.h"
#include "meshtastic/device_metadata.pb.h"
#include "meshtastic/mesh.pb.h"
#include "meshtastic/module_config.pb.h"
#include "./channel.pb.h"
#include "./config.pb.h"
#include "./device_metadata.pb.h"
#include "./mesh.pb.h"
#include "./module_config.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.