Skip to content

Commit

Permalink
Code cleaning and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Olli69 committed Jul 13, 2022
1 parent 213336a commit 8619cde
Show file tree
Hide file tree
Showing 8 changed files with 345 additions and 241 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ The software is licenced under GPL v.3 license. For other licencing options cont
# Thanks
- https://github.com/me-no-dev/ESPAsyncWebServer - Control UI web server
- https://arduinojson.org/ - Processing web API results
- https://github.com/lbernstone/asyncUpdate/ - Firmware update
to be updated...
2 changes: 1 addition & 1 deletion buildscript_versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FILENAME_BUILDNO = 'versioning'
FILENAME_VERSION_H = 'include/version.h'
version = '0.90.'
version = '0.91.'

import datetime

Expand Down
1 change: 0 additions & 1 deletion data/data/fsinfo.txt

This file was deleted.

2 changes: 1 addition & 1 deletion data/data/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.90.186 - 2022-07-08 15:22:43
0.91.7 - 2022-07-13 10:14:11
4 changes: 2 additions & 2 deletions doxygen.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Doxyfile 1.8.17
# Olli Rinne, Netgalleria Oy 2022
# run with doxygen doxygen.config
# Config changes by Olli Rinne, Netgalleria Oy 2022
# run with: doxygen doxygen.config
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
Expand Down
6 changes: 3 additions & 3 deletions include/version.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

#ifndef BUILD_NUMBER
#define BUILD_NUMBER "186"
#define BUILD_NUMBER "7"
#endif
#ifndef VERSION
#define VERSION "0.90.186 - 2022-07-08 15:22:43"
#define VERSION "0.91.7 - 2022-07-13 10:14:11"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "0.90.186"
#define VERSION_SHORT "0.91.7"
#endif
Loading

0 comments on commit 8619cde

Please sign in to comment.