File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 130
130
/*
131
131
* To delete or initialize the EEPROM, enter another serial number here.
132
132
*
133
- * Valid values [0 ... 255 ]
133
+ * Valid values [0 ... 65536 ]
134
134
*/
135
- #define SERNR 31
135
+ #define SERNR 311
136
136
137
137
//--------------------------------------------------------------------------
138
138
// Toggle Serial DEBUG Output
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Wortuhr" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " For building a german layouted wordclock with an esp8266 module and WS2812/SK2812." ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"contributors" : [
51
51
{
52
52
"name" : " Pien" ,
53
53
"url" : " https://github.com/pienmatla"
54
+ },
55
+ {
56
+ "name" : " ThxAndBye" ,
57
+ "url" : " https://github.com/ThxAndBye"
54
58
}
55
59
],
56
60
"keywords" : [
You can’t perform that action at this time.
0 commit comments