Files
espurna/code
Maxim Prokhorov d32c4b45d0 web: json adapter for our string view
effectively, same thing as `const __FlashStringHelper*`
but, we know the actual size at build time vs. calling `strlen_P`

can't specialize the way things are read until v6; current implemenation
simply attaches arbitrary char pointer to the internal buffer, which is
then read byte-by-byte when writing output json stream

revert to static json buffer class in `/discovery`
will move more things to it, but probably should move to v6 first
2022-09-21 04:21:23 +03:00
..
2022-05-05 17:50:21 +03:00
2022-08-31 03:08:30 +03:00
2022-09-21 04:21:23 +03:00
2019-07-11 00:34:17 +03:00
2022-05-05 17:50:21 +03:00
2022-09-21 04:21:23 +03:00
2019-07-11 00:34:17 +03:00