Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-02 | Code optimization, cleanup, and stylization | Ancyker | |
* Reduced PROGMEM / DRAM usage slightly (Using defaults w/HW5: Before -> 214,668 bytes / 5,757 bytes; After -> 213,414 bytes / 5,751 bytes) * Optimized some menu options and calls * Added more string constants and implemented them where found. * Fixed some stylization * Constants should always be uppercase. * Features should use the `ENABLE_<feature name>` format. * Options for features should use the `OPTION_<feature name>_<option name>` format. * Added ENUMs for more clarity and better type checking. * Moved some defines over to `constexpr` and `const` types. These are preferred over preprocessor constants when not intended for use with `#if` and other preprocessor language. | |||
2022-10-12 | Update README.md | sanni | |
2022-10-08 | Update README.md | sanni | |
2022-08-08 | Update README.mdV9.4 | sanni | |
2022-07-08 | Fix some newly introduced compile errors | sanni | |
2022-06-09 | Update README.md | sanni | |
2021-12-16 | Update README.md | sanni | |
2021-11-20 | Update README.md | sanni | |
2021-11-15 | Prepare for new hardware version | sanni | |
2021-10-24 | V7.0: Add basic support for MKS MINI12864 V3 | sanni | |
https://www.aliexpress.com/item/1005003098864693.html | |||
2021-10-17 | Update README.md | majorpbx | |
Added RTClib link to the Readme. | |||
2020-10-28 | V5.5: Reduce memory usage in Filebrowser | sanni | |
2019-10-04 | Move needed libraries into Releases | sanni | |
2019-09-27 | Update README.md | sanni | |
2019-09-05 | Update README.md | sanni | |
2019-02-08 | Update README.md | sanni | |
2018-10-30 | Update README.md | sanni | |
2018-05-05 | Update README.md | sanni | |
2017-07-10 | Update README.md | sanni | |
2017-06-10 | Create README.md | sanni | |
2017-03-27 | Update README.md | sanni | |
2017-03-26 | Update README.md | sanni | |
2017-02-15 | Update README.md | sanni | |
2016-07-04 | Initial commit | sanni | |