Skip to content

Commit 9ee9181

Browse files
committed
Merge branch 'fix-led-animation'
2 parents f6f40bc + f12fc48 commit 9ee9181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ANetworkConfigurator_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
#pragma once
99

10-
#define ANetworkConfigurator_LIB_VERSION "0.1.0"
10+
#define ANetworkConfigurator_LIB_VERSION "0.1.1"
1111

1212
#if defined(ARDUINO_SAMD_MKRWIFI1010)
1313
#define NETWORK_CONFIGURATOR_COMPATIBLE 1

src/utility/LEDFeedback.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const uint32_t cloud[][4] = {
4848
};
4949

5050
const uint32_t snake[][4] = {
51-
{ 0xffffffff, 0xffffffff, 0xffffffff, 66 },
51+
{ 0xffffffff, 0xffffffff, 0xffffffff, 1300 },
5252
{ 0x7fffffff, 0xffffffff, 0xfffff7ff, 66 },
5353
{ 0x3fe7ffff, 0xffffffff, 0xff7ff3fe, 66 },
5454
{ 0x1fc3fe7f, 0xfffffff7, 0xff3fe1fc, 66 },

0 commit comments

Comments
 (0)