mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Renamed folder include/ to src/ (issue #461)
This commit is contained in:
@@ -39,6 +39,6 @@ process()
|
||||
|
||||
cd $(dirname $0)/../
|
||||
INCLUDED=()
|
||||
process include/ArduinoJson.h true > ../ArduinoJson-$TAG.h
|
||||
process src/ArduinoJson.h true > ../ArduinoJson-$TAG.h
|
||||
INCLUDED=()
|
||||
process include/ArduinoJson.hpp true > ../ArduinoJson-$TAG.hpp
|
||||
process src/ArduinoJson.hpp true > ../ArduinoJson-$TAG.hpp
|
||||
Reference in New Issue
Block a user