Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit df10ec2

Browse files
committed
Updated 'Readme' to list exact minimum required SDK versions.
1 parent 2f93edd commit df10ec2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Then, in 2018, an extreme effort has been made and the project has been complete
2626

2727
- **Platform-Independent** - The framework shouldn't assume it works only with the basic Arduino platform, as there are many others out there. Any platform that confront to the design of the basic Arduino SDK is appropriate for use. An example of such a platform is ESP32.
2828
- **Modern CMake** - All previous projects/forks have been using the fairly old CMake 2.8. CMake itself has transitioned much from version 2 to 3, benefiting from a whole lot of new exciting features. Even the official package managers support CMake 3 versions, so there's no excuse to not use it.
29-
- **Modern Arduino SDK** - The Arduino SDK, much like CMake, has also undergone several major changes during the years, especially with version 1.6. As this version came out as early as 2016, we consider it's perfectly valid to require users to refer to that version as our minimum requirement.
29+
- **Modern Arduino SDK** - The Arduino SDK, much like CMake, has also undergone several major changes during the years, especially with version 1.6. The Arduino SDK has only recently got stable, and that's why we recommend always having the latest version installed, although we do have some minimum requirements for the framework to even work. You can find them at the Requirements section.
3030

3131
### How it works
3232

@@ -70,7 +70,9 @@ The following list is the basic requirements of the framework in order to use it
7070

7171
* Windows, OS X or Linux (BSD support is currently unknown, use at your own risk)
7272
* CMake Version 3.8 or Higher
73-
* Arduino-Based SDK compatible with Arduino SDK Version 1.6 or Higher
73+
* Arduino-Based SDK compatible with Arduino SDK Version:
74+
* 1.8.2 or Higher on **Microsoft Windows**
75+
* 1.6.10 or Higher on **Linux** and **Apple OS X**
7476

7577
## Usage
7678

0 commit comments

Comments
 (0)