Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Sep 5, 2024
1 parent 3e8f5f1 commit b1f45a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoggerBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ String Logger::formatValueStringAtI(uint8_t position_i, float value) {
// ===================================================================== //

// Set up communications
// Adds a loggerModem objct to the logger
// Adds a loggerModem object to the logger
// loggerModem = TinyGSM modem + TinyGSM client + Modem On Off
void Logger::attachModem(loggerModem& modem) {
_logModem = &modem;
Expand Down

0 comments on commit b1f45a1

Please sign in to comment.