Skip to content

Commit

Permalink
Update WeatherSensor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 10, 2023
1 parent bd1b4b1 commit 6c39e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeatherSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class WeatherSensor {
* Byte #: 00 01 02 03...
* <descr>: DE AD BE EF...
*/
void log_message(char *descr, uint8_t *msg, uint8_t msgSize) {
void log_message(const char *descr, uint8_t *msg, uint8_t msgSize) {
char buf[128];
const char txt[] = "Byte #: ";
int offs;
Expand Down

0 comments on commit 6c39e5c

Please sign in to comment.