From 03330174d31d082e5eee9256e52fd171461ad607 Mon Sep 17 00:00:00 2001 From: Wolfram Webers Date: Sun, 16 Sep 2018 22:28:34 +0200 Subject: [PATCH] Modified license and readme files --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4dba869..a6db3d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Peter Göthager +Copyright (c) 2018 Peter Göthager, Wolfram Webers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 18b6812..e08d88c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Simply do not enter any string in the MQTT server form field upon WIFI configura - `0-100` - (auto mode) A number between 0-100 to set % of opened blind. Requires calibration before use. E.g. `50` will open it to 50% # Required libraries (3rd party) -- Stepper_28BYJ_48: https://github.com/thomasfredericks/Stepper_28BYJ_48/ +- AccelStepper: http://www.airspayce.com/mikem/arduino/AccelStepper/ - PubSubClient: https://github.com/knolleary/pubsubclient/ - ArduinoJson: https://github.com/bblanchon/ArduinoJson - WIFIManager: https://github.com/tzapu/WiFiManager