Skip to content

Commit

Permalink
Merge pull request #1 from matthias-bs/refactoring
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
matthias-bs authored Nov 19, 2023
2 parents dffcc03 + dcdc5f3 commit 698b88d
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 253 deletions.
2 changes: 1 addition & 1 deletion SensorTransmitter.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define NUM_SENSORS 1 //!< WeatherSensor - no. of sensors
#define WIND_DATA_FLOATINGPOINT //!< WeatherSensor - wind data type

//!< Select one of the followind data sources
//!< Select one of the following data sources
//#define DATA_RAW //!< payload from raw data
//#define DATA_GEN //!< payload from WeatherSensor::genMessage()
//#define DATA_JSON_CONST //!< payload from JSON constant string
Expand Down
Loading

0 comments on commit 698b88d

Please sign in to comment.