|
@@ -23,10 +23,6 @@ inline uint8_t pgm_read_byte(const void* p) {
|
|
|
return *reinterpret_cast<const uint8_t*>(convertFlashToPtr(p));
|
|
return *reinterpret_cast<const uint8_t*>(convertFlashToPtr(p));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-inline void* pgm_read_ptr(const void* p) {
|
|
|
|
|
- return *reinterpret_cast<void* const*>(convertFlashToPtr(p));
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
#define ARDUINOJSON_DEFINE_PROGMEM_ARRAY(type, name, value) \
|
|
#define ARDUINOJSON_DEFINE_PROGMEM_ARRAY(type, name, value) \
|
|
|
static type const ARDUINOJSON_CONCAT2(name, _progmem)[] = value; \
|
|
static type const ARDUINOJSON_CONCAT2(name, _progmem)[] = value; \
|
|
|
static type const* name = reinterpret_cast<type const*>( \
|
|
static type const* name = reinterpret_cast<type const*>( \
|