OmEspHelpers
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CHtmlItemCall the HtmlProc to render balanced HTML
 COmBase64StreamGiven a consumer, feed in bytes and put out base64 bytes. call done() to emit the last bit of padding. Adapted liberally from * http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/base64.c
 COmBitmap1BmpStreamClass to stream a 1-bit .bmp bitmap file, as you feed it pixel by pixel
 COmBitmap24BmpStreamClass to stream a 24-bit .bmp pixel map file, as you feed it pixel by pixel
 COmBlinkerClass to help send out timed repeating blinks, can be used to show IP address of the current connection. kind of silly, really, but I found it handy to blink out the last octet of 192.168.1.<what ip was i assigned?>
 COmEepromWrapper for eeprom, lets you structure fields and check signature
 COmEepromField
 COmIByteStream
 COmLog
 COmNtp
 COmOtaClass
 COmPrintfStream
 COmRequestInfo
 COmRotaryEncoder
 COmWebPageItem
 COmWebPagesA class that routes and serves web pages, and manages control values, typically works with OmWebServer for the network interface
 COmWebRequest
 COmWebServerManages wifi connection, and forwarding http requests to a handler, typically OmWebPages
 COmWebServerPrivatesThis class reduces clutter in the public header file
 COmXmlWriter
 CPage
 CPageButton
 CPageCheckboxes
 CPageColor
 CPageItem
 CPageLink
 CPageSelect
 CPageSliderShow a visual slider, which call back on changes
 CPageTimeShow a visual time input, which call back on changes
 CReference
 CStaticHtmlItem
 CXmlContentEscaper