From aed9e9541c667c088da39413a012a18e669f394d Mon Sep 17 00:00:00 2001 From: Maff Date: Sat, 2 Jun 2018 00:34:32 +0100 Subject: [PATCH] update readme to reflect new developments --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b7047b..8110b38 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,16 @@ Currently, the library supports the following: * "WeMos" LOLIN32 dev board with 128x64 SSD1306 OLED * Heltec WiFi_Kit_32 * WiFi automatic setup where possible + * Multiple wifi networks configured in a config file * i2c abstraction with automatic setup +* OneWire abstraction * SSD1306-based OLED display setup * Sensor abstraction support * OneWire DS18B20 (Temperature) - * i2c SHT21 (Temperature, Humidity) + * i2c BME280 (Temperature, Humidity, Pressure) * i2c LM75A (Temperature) + * i2c SHT21 (Temperature, Humidity) +* Very basic webserver class supporting route definitions Support is planned for the following: * nRF51-based boards supporting MicroPython: @@ -37,8 +41,7 @@ Support is planned for the following: * SPI abstraction with automatic setup * SPI Nokia 5110/3310 LCD display setup * Sensors - * i2c BME280 (Temperature, Humidity, Barometric Pressure) - * TMP37 + * TMP36 * Peripherals/Add-on boards * GSM modems * SMS @@ -46,3 +49,11 @@ Support is planned for the following: * GPS * Time sync * Location +* tinyWebServer + * Support for method-specific route definitions + * Support for HTTP methods other than GET + * Support for keep-alive + * Support for threading + * Automatic cleanup of sockets + * HTTP request header passthru to handler + * HTTP response header configuration by handler