Skip to content

Commit

Permalink
remove refs to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Dec 3, 2021
1 parent 2a69d4c commit a5e5b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utility/WatchdogESP8266.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ void WatchdogESP8266::disable() { ESP.wdtDisable(); }

/**************************************************************************/
/*!
@brief Configures the ESP32 to enter a low-power sleep mode for a
@brief Configures the ESP8266 to enter a low-power sleep mode for a
desired amount of time.
@param maxPeriodMS
Time to sleep the ESP32, in millis.
Time to sleep the ESP8266, in millis.
@return The actual period (in milliseconds) that the hardware was
asleep will be returned. Otherwise, 0 will be returned if the
hardware could not enter the low-power mode.
Expand Down
2 changes: 1 addition & 1 deletion utility/WatchdogESP8266.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ class WatchdogESP8266 {
int _wdto;
};

#endif // WATCHDOGESP32_H
#endif // WATCHDOGESP8266_H

0 comments on commit a5e5b6a

Please sign in to comment.