Add support for Heltec HRI-3621 industrial sensor hub (#6366)

This commit is contained in:
Thomas Göttgens
2025-03-21 16:12:49 +01:00
committed by GitHub
parent 848a3ed6a1
commit 0951fdd49b
7 changed files with 71 additions and 6 deletions

View File

@@ -3,6 +3,11 @@
#if !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR
#pragma once
#ifndef ENVIRONMENTAL_TELEMETRY_MODULE_ENABLE
#define ENVIRONMENTAL_TELEMETRY_MODULE_ENABLE 0
#endif
#include "../mesh/generated/meshtastic/telemetry.pb.h"
#include "NodeDB.h"
#include "ProtobufModule.h"