Skip to content

Commit

Permalink
add table of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoriccardi committed Jul 3, 2022
1 parent 115b23f commit a4f5b8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4f5b8c

Please sign in to comment.