diff --git a/docs/BrewManiacExManual_0.1.pdf b/docs/BrewManiacExManual_0.1.pdf index d5e0d8e..c4b2258 100644 Binary files a/docs/BrewManiacExManual_0.1.pdf and b/docs/BrewManiacExManual_0.1.pdf differ diff --git a/libs/README.md b/libs/README.md new file mode 100644 index 0000000..e4279d3 --- /dev/null +++ b/libs/README.md @@ -0,0 +1,23 @@ + ## Libraries +Since the libraries might change over time, my code might not work with the newest version. The library archive is provided for your convenience. + + * ArduinoJson + https://github.com/bblanchon/ArduinoJson + * WiFiManager + https://github.com/tzapu/WiFiManager + * ESPAsyncTCP + https://github.com/me-no-dev/ESPAsyncTCP + * ESPAsyncWebServer + https://github.com/me-no-dev/ESPAsyncWebServer + * ESP8266HTTPUpdateServer + https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266HTTPUpdateServer (newer version is needed. you might need to manually download it) + * LiquidCrystal-I2C + https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library + * PCF8574_ESP + https://github.com/WereCatf/PCF8574_ESP + * PID_v1 + https://github.com/br3ttb/Arduino-PID-Library/ + * PID_AutoTune_v0 + https://github.com/br3ttb/Arduino-PID-AutoTune-Library + * esp8266-oled-ssd1306 + https://github.com/squix78/esp8266-oled-ssd1306 \ No newline at end of file diff --git a/libs/libraries.zip b/libs/libraries.zip new file mode 100644 index 0000000..3f1de51 Binary files /dev/null and b/libs/libraries.zip differ