From a4f5b8c9ce0382b1dfa5766f35a886e67e9a5cf8 Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Sun, 3 Jul 2022 12:20:20 +0200 Subject: [PATCH] add table of dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c5f5d..4e34359 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,12 @@ For all these reasons, I have developed ESPLogger library, which is built on top ## Requirements -ESPLogger v2 requires Arduino-ESP8266 core version >=2.6.0 (>=2.3.0 on PIO registry) or Arduino-ESP32 core version >=2.0.0 (>=4.0.0 on PIO registry). +ESPLogger v2 is compatible with the following versions of Arduino Core (PIO Platform version between parentheses): + +| ESP8266 | ESP32 | +|-------------------|-------------------| +| ^2.6.0 (^2.3.0) | ^2.0.0 (^4.0.0) | +| ^3.0.0 (^3.0.0) | | ## Installation