mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
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