coates’s avatarcoates’s Twitter Archive—№ 23,731

  1. ESP32 + MicroPython optimization session today. Before: 2 requests 40.16 kB/40.28 kB transferred Finish: 22.92 s After: 5 requests 9.80 kB/10.14 kB transferred Finish: 2.53 s Calling this success. Memory reallocation over SPI is *slow*. Offloaded to the fast (browser) client.