WipperSnapper v2.0 (and latest 1.0) blows past ESP8266's available flash.
We should explore creating a minimized build for this platform:
- Remove TLS/SSL (which we currently do - check this)
- Remove "sd card logging mode"/offline mode (and file system abstractions)
- spi, filesystem overhead, and sd card lib (esp bc of the buffer for arduinojson) might be where we find space savings for ESP8266..
- Remove I2C output support
- Remove display support
- Remove GPS support