Skip to content

Commit

Permalink
correction of typo; [esp8266]: run code check
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Apr 25, 2024
1 parent 906bc63 commit cf76136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AM2302-Sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int8_t AM2302::AM2302_Sensor::read() {
auto status{read_sensor()};

if (status == AM2302_READ_OK) {
// return status immidiately
// return status immediately
return status;
}
else if (status == AM2302_ERROR_READ_FREQ) {
Expand Down

0 comments on commit cf76136

Please sign in to comment.