mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-05-05 12:25:07 +02: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