Skip to content

Commit 5beb95f

Browse files
committed
Satisfy arduino registry library name requirements
1 parent 86aff33 commit 5beb95f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=YAML
1+
name=YAMLDuino
22
version=1.2.0
33
author=tobozo <[email protected]>
44
maintainer=tobozo <[email protected]>
@@ -7,5 +7,5 @@ paragraph=ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports
77
category=Data Processing
88
url=https://github.com/tobozo/esp32-yaml
99
architectures=esp32,esp8266,samd,rp2040,mbed_rp2040,mbed_nano
10-
includes=ArduinoYaml.h,YamlArduino.h
10+
includes=ArduinoYaml.h,YAMLDuino.h
1111
license=MIT

src/YamlArduino.h renamed to src/YAMLDuino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
#error ArduinoYaml requires a C++ compiler, please change file extension to .cc or .cpp
1010

1111
#endif
12+

0 commit comments

Comments
 (0)