From c58b413392e9aec41eb0d48976a20ec8408b89aa Mon Sep 17 00:00:00 2001 From: Stedd Date: Sat, 21 Oct 2023 15:09:12 +0200 Subject: [PATCH] Added board manager and libraries versions to Readme Had a lot of trouble compiling the project after updating packages and libraries after launching the project after 4 years. Hopefully having a log of used libraries makes this task easier in the future --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 640f94a..a5261a7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,13 @@ These settings allow upload: ## Dependencies -[Ps3Controller.h](https://github.com/jvpernis/esp32-ps3) +### Boards Manager +[esp32 v1.0.4](https://github.com/espressif/arduino-esp32) +#### Libraries +- Wire @1.0.1 +### Libraries +[Ps3Controller.h @v1.1.0](https://github.com/jvpernis/esp32-ps3) -[MatrixMath.h](https://github.com/eecharlie/MatrixMath) +[MatrixMath.h @v1.0](https://github.com/eecharlie/MatrixMath) -[GY_85.h](https://github.com/sqrtmo/GY-85-arduino/tree/master) +[GY_85.h @commit af33c9f791618cec6ae218fe73d039276448ff4f](https://github.com/sqrtmo/GY-85-arduino/tree/master)