Version 3.63.1 added multiple connections support Version 3.62 added default initializations Version 3.60-61 added pfodESPBufferedClient and linked list of dwgs and autoCmd and fixed encode/decode of dwg labels/touchActionInput edited text Version 3.59 added minor edit Version 3.58 added pfodDrawing for pfodGUIdesigner Version 3.57 added pfodAutoCmd, mods for pfodDwgDesigner Version 3.56 added cmdEquals Version 3.55 added pfodAutoIdx Version 3.54 added xRadius, yRadius as an alterative to arc().start(..).angle(0) Version 3.53 minor edit to remove code warning Version 3.52 added support for multi-char dwg cmds, menu cmds already supported multi-char Version 3.51 fixed ESP32, ESP8266 request for version when none set Version 3.50 added hide/unhide/erase insertDwg Version 3.49 more fixes for mbed Stream Version 3.48 fixed more warnings Version 3.47 fixed warnings Version 3.46 for Arduino Nano 33 IoT Version 3.45 for Arduino Nano 33 BLE Version 3.44 pfodNonBlockingInput for empty lines Version 3.42-43 enhanced pfodNonBlockingInput Version 3.41 Gauge spelling corrections Version 3.40 added copyTo to pfodRingBuffer and parser.flush() now calls underlying stream flush() Version 3.39 fixed millisDelay.h include in pfodNonBlockingInput.h Version 3.38 fixed pfodNonBlockingInput.h Version 3.37 added alignment options .left() .right() to dwg label() Needs pfodApp V3.0.371+ Version 3.36 added NonBlockingInput and Bluetooth Classic Buffered Stream Version 3.35 renamed pfodDelay.isFinished() to pfodDelay.justFinished() Version 3.34 added setBLEBlockSendDelay and clear ble send buffer on connection Version 3.33 fixed Redbear NanoV2 Stream compile errors Version 3.32 made pfodBLEBufferedSerial blocking Version 3.31 added getStartTime() to pfodDelay Version 3.30 added pfodDelay Version 3.29 added blocking option to pfodBufferedStream Version 3.28 added Teensy to pfodEEPROM.h Version 3.27 added markWrite, resetWrite to pfodRingBuffer Version 3.26 fix availableForWrite and for different EEPROM classes begin(),commit(), added pfodRadio and pfodSecurityClient Version 3.25 added support for pfodSecurity without EEPROM and fixes some bugs in pfodSecurity powerCycling. Also includes fixes for non-8bit processors Version 3.24 added SIM_5320 examples Version 3.23 added ESP32 examples Version 3.22 fixed runtime error RedBear BLE boards Version 3.21 fixed compile error (NanoV2) and rolled back ESP32 support until complete Version 3.20 added support for ESP32 Version 3.19 fixed float to label conversion in drawings Version 3.18 fixed pfodBLEBufferedSerial compile errors under Nano Version 3.17 added Feather52 example Version 3.16 ignore non-printable seqNo e.g. CR LF TAB SPACE etc Version 3.15 added BLE cmd sequence numbers support Version 3.14 added Adafruit nRF52 Feather support Version 3.13 added pfodBLEBufferedSerial and example Version 3.11 added BLE Nano V2 example screens example Version 3.10 added support for RedBear BLE NanoV2 Version 3.9 added Redbear BLE Nano example file Version 3.8 revised examples to add dwgs and removed the un-reliable pfodESP8266_AT support files Version 3.7 added support for mbed builds, i.e. Redbear Nano etc Version 3.6 pfodEEPROM include fix Version 3.5 correction to keywords.txt Version 3.4 added insertDwg and fixed unsigned int sizes Version 3.3 added hide/unhide and index Version 3.2 renamed DISABLED to TOUCH_DISABLED to avoid conflict with ESP8266 define Version 3.1 added Drawing Primitive support Version 2.41 fixes Arduino 101 EEPROM.h include for board support V1.0.7+ Version 2.40 adds getVersionRequested() Version 2.39 revised Bluefruit LE SPI example Version 2.38 added Bluefruit LE SPI example Version 2.37 fixed max msg size test Version 2.35 fixed image dwg example to match pfodApp V2.0.213 Version 2.34 update samples for pfodDesignerV2 and pfodAppV2 Version 2.33 fixes pfodEEPROM for RFduino which has no EEPROM, renames examples to remove _V2 (V2 examples not complete yet) Version 2.32 fixes Arduino/Genuino 101 example for new Intel board V1.0.5 Version 2.31 added pfodEEPROM.h Version 2.30 added new menu msgs , and ; to pfodSecurity Version 2.19 � 2.20 added more Sample Screen examples for BLE modules Version 2.18 added Sample Screens example Version 2.17 fixed continual disconnect Version 2.16 moved pfodBufferedWiFiClient to pfodESP2866WiFi library Version 2.15 added pfodBufferedWiFiClient Version 2.14 removed most calls to flush() because flush on WiFi actually just clears out the incoming data. Version 2.13 fixed pfodBluetooth.ino example code. Version 2.12 fixed UnoStarter.ino to always respond to pfodApp cmd as all pfodDevices should Version 2.11 default pfodSecurity connection timeout set to 15sec. Uses pfodApp V1.2.85+ keepAlive to keep connection open. Version 2.10 added isRefresh(). Version 2.9 revises EEPROM include. Version 2.8 allows non-hex passwords. Version 2.7 adds ESP8266 OLIMEX support. Version 2.6 improves ESP8266_AT support, does not timeout if sending rawdata. Version 2.5 allows more time for SMS/GPRS shield to connect to the network after powering up and fixes complier warnings and protects against enabling debugging without setting a debugOut stream. Adds support for ESP8266 AT command driven. Version 2.4 fixes the getNextArg() method. This method is not used by the pfod code. Version 2.3, this version, uses EEPROM.h and needs that include added to your sketch, as shown above. Version 2.2 removes all the Atmel AVR 8bit assembler code and replaces it with C code. The library now compiles on all Arduino processors. Version 2 has only one zip file which contains all the library files, pfodParser.zip