Added a script to build a single file distribution

This commit is contained in:
Benoit Blanchon
2017-03-25 21:56:37 +01:00
parent 185eccf6f5
commit ad972725de
9 changed files with 67 additions and 18 deletions

View File

@@ -7,6 +7,8 @@
#pragma once
#if ARDUINOJSON_ENABLE_PROGMEM
namespace ArduinoJson {
namespace Internals {
template <>
@@ -50,3 +52,5 @@ struct StringTraits<const __FlashStringHelper*, void> {
};
}
}
#endif