Skip to content

Commit

Permalink
adjust output of BME rcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Jan 7, 2024
1 parent cec0414 commit 5be196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void get_gps(uint8_t val[]) {
}

void get_bme(uint8_t val[]) {
ESP_LOGI(TAG, "Remote command: get bme680 sensor data");
ESP_LOGI(TAG, "Remote command: get BME sensor data");
#if (HAS_BME)
payload.reset();
payload.addBME(bme_status);
Expand Down

0 comments on commit 5be196e

Please sign in to comment.