Skip to content

Commit 7c8abf5

Browse files
committedJan 23, 2022
Synchronisation with ETL 20.23.0
1 parent 736a38e commit 7c8abf5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3171
-797
lines changed
 

‎library.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Embedded Template Library - Arduino",
3+
"version": "20.23.0",
4+
"authors": {
5+
"name": "John Wellbelove",
6+
"email": "john.wellbelove@etlcpp.com"
7+
},
8+
"homepage": "https://www.etlcpp.com/",
9+
"license": "MIT",
10+
"description": "ETL. A C++ template library tailored for embedded systems. Directories formated for Arduino",
11+
"keywords": "c-plus-plus, cpp, algorithms, containers, templates",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/ETLCPP/etl.git"
15+
},
16+
"build": {
17+
"includeDir": "include"
18+
},
19+
"platforms": "*",
20+
"frameworks": "*"
21+
}

‎library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name=Embedded Template Library ETL
2-
version=20.22.0
1+
name=Embedded Template Library - Arduino
2+
version=20.23.0
33
author= John Wellbelove <john.wellbelove@etlcpp.com>
44
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
55
license=MIT

0 commit comments

Comments
 (0)