Fix small bugs (inverse pin numbers)

This commit is contained in:
friesenkiwi
2019-02-23 21:30:47 +01:00
parent 3e770bdcac
commit 50272d6ed5
+3 -3
View File
@@ -80,9 +80,9 @@ int clockWords[22][10] = {
{31,32,-1,-1,-1,-1,-1,-1,-1,-1}, // acht 16
{33,34,35,-1,-1,-1,-1,-1,-1,-1}, // sieben 17
{36,37,38,-1,-1,-1,-1,-1,-1,-1}, // zwölf 18
{39,40,-1,-1,-1,-1,-1,-1,-1,-1}, // zehn 19
{41,-1,-1,-1,-1,-1,-1,-1,-1,-1}, // elf 20
{42,-1,-1,-1,-1,-1,-1,-1,-1}, // uhr 21
{41,42,-1,-1,-1,-1,-1,-1,-1,-1}, // zehn 19
{40,-1,-1,-1,-1,-1,-1,-1,-1,-1}, // elf 20
{39,-1,-1,-1,-1,-1,-1,-1,-1}, // uhr 21
};
WiFiUDP Udp;