Removed misleading pin assignment.

This commit is contained in:
Knutwurst
2021-06-29 08:43:30 +02:00
parent 6e74183381
commit c06c1f37a4
2 changed files with 6 additions and 5 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.2.0"
#define CUSTOM_BUILD_VERSION "1.2.1"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-06-24"
#define STRING_DISTRIBUTION_DATE "2021-06-29"
#endif
/**