mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 12:44:40 +00:00
10 lines
203 B
C++
10 lines
203 B
C++
#include "configuration.h"
|
|
|
|
#if !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR
|
|
|
|
#include "../mesh/generated/meshtastic/telemetry.pb.h"
|
|
#include "NodeDB.h"
|
|
#include "TelemetrySensor.h"
|
|
#include "main.h"
|
|
|
|
#endif |