Skip to content

Commit e07b85c

Browse files
authored
Merge pull request #298 from dbambus/main
Changed for Release 3.1.1
2 parents fc08547 + a1a0e65 commit e07b85c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

include/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
/*
131131
* To delete or initialize the EEPROM, enter another serial number here.
132132
*
133-
* Valid values [0 ... 255]
133+
* Valid values [0 ... 65536]
134134
*/
135-
#define SERNR 31
135+
#define SERNR 311
136136

137137
//--------------------------------------------------------------------------
138138
// Toggle Serial DEBUG Output

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Wortuhr",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "For building a german layouted wordclock with an esp8266 module and WS2812/SK2812.",
55
"license": "BSD-3-Clause",
66
"contributors": [
@@ -51,6 +51,10 @@
5151
{
5252
"name": "Pien",
5353
"url": "https://github.com/pienmatla"
54+
},
55+
{
56+
"name": "ThxAndBye",
57+
"url": "https://github.com/ThxAndBye"
5458
}
5559
],
5660
"keywords": [

0 commit comments

Comments
 (0)