Files
espurna/code/test
Maxim Prokhorov 75e48427a5 settings(embedis): sized reads & writes, function local state
reduce the number of times one byte read()s are used
since espXX implementation deals with memory blob most of the time,
just return the data pointer to the buffer position and work w/ that

internal rules for obj construction relaxed, fix implicit operator= deletion
by using pointers instead of references. allow more default output objs

prefer that reader / writer live only for the duration of the function
and are shared explicitly only when it is necessary
2025-12-05 03:31:48 +03:00
..