Skip to content

Commit

Permalink
Added environment fields
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jan 27, 2024
1 parent 13b1f06 commit 2cca441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Meshtastic.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ typedef struct {
float voltage;
float channel_utilization;
float air_util_tx;
float temperature;
float relative_humidity;
float barometric_pressure;
float gas_resistance;
} mt_node_t;

// Initialize, using wifi to connect to the MT radio
Expand Down

0 comments on commit 2cca441

Please sign in to comment.