Skip to content

Commit

Permalink
More doc fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Jan 14, 2025
1 parent c47538b commit 5f6e3c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/ClockSupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ class loggerClock {
static epochStart _rtcEpoch;
/**
* @brief Get a raw epoch time from the RTC
*
* @return The raw epoch time from the RTC
*/
static uint32_t getRawRTCNow();
/**
Expand Down
4 changes: 0 additions & 4 deletions src/LoggerBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,6 @@ class Logger {
* @param fmt The strftime format string.
* @param epochTime The number of seconds since the start of the given
* epoch in the given offset from UTC.
* @param epochTimeUTCOffset The offset of the input epoch time from UTC in
* hours.
* @param epoch The epoch of the input epoch time.
* @return An ISO8601 formatted String.
*/
static void formatDateTime(char* buffer, const char* fmt,
uint32_t epochTime);
Expand Down
2 changes: 1 addition & 1 deletion src/sensors/GeoluxHydroCam.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class GeoluxHydroCam : public Sensor {
*
* This sets the image resolution and runs an autofocus.
*
* @NOTE Autofocus takes approximately 30s to complete. Unless you plan to
* @note Autofocus takes approximately 30s to complete. Unless you plan to
* move your device betwen readings, I recommend only running the autofocus
* at setup, not at every power-up.
*
Expand Down

0 comments on commit 5f6e3c5

Please sign in to comment.