Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Wippersnapper_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
#endif

#define WS_VERSION \
"1.0.0-offline-beta.4" ///< WipperSnapper app. version
"1.0.0-offline-beta.5" ///< WipperSnapper app. version
///< (semver-formatted)

#define WS_WDT_TIMEOUT 60000 ///< WDT timeout
Expand Down Expand Up @@ -318,4 +318,4 @@ class Wippersnapper_V2 {
};
extern Wippersnapper_V2 WsV2; ///< Global member variable for callbacks

#endif // WIPPERSNAPPER_V2_H
#endif // WIPPERSNAPPER_V2_H
Loading