Tags: msn1983aa/ESPEasy
Tags
Release mega-20190813 Changes in mega-20190813 (since mega-20190809): ESPEasy release bot (1): automatically updated release notes for mega-20190813 Gijs Noorlander (21): [TTN] Add RN2483-Arduino-Library [TTN] Skeleton for C018 TTN RN2xx3 controller [RN2384 lib] Only use const String& in function parameters [LoRa plugin] Use separate object for C018 data [LoRa TTN] Create special interface for LoRa TTN controller [Controller page] Restructure Controller rendering page Missing break; statement in controllers function switch statement [Cleanup] Split Webserver.ino is separate files per page [Cleanup] Uncrustify of all WebServer_*.ino files [Cleanup] Split handle_controllers() function into separate functions [Cleanup] Split handle_devices() function into separate functions [Cleanup] Stop using global declared dummyString [LoRa TTN] Show Dev Addr in controller overview page as host [LoRa TTN] Send data to the TTN network + decoder [LoRa TTN] Start working on the interpreter of decoded data [Encoder] ICACHE_RAM_ATTR added for encoder plugin [LoRa TTN] Add basic decoder for all plugins [Docs] Building ESPeasy using PlatformIO in VS-Code [LoRa TTN] Add decoder types [LoRa TTN] Make settings configurable & add support ABP [LoRa TTN] Add documentation stubs for C018-LoRaTTN and C017-Zabbix TD-er (2): Improve RN2xx3 LoRo TTN library [LoRa TTN] Add some statistics to the controller info page
Release mega-20190809 Changes in mega-20190809 (since mega-20190805): Artem (1): String representation for requested weekday Bartłomiej Zimoń (1): [P076] setMode is not needed in interrupt mode ESPEasy release bot (1): automatically updated release notes for mega-20190809 Gijs Noorlander (13): Config page not able to clear all WiFi settings Check for WiFi connected before trying to connect to host [ESPeasy Serial] Update to 1.0.12 to allow invalid pin config [Serial] Show serial port description as port in device page [ESPeasy p2p] Show remote node as port description on device page [Webserver] Do not allow writing to internal buffer for chunked transfer [WiFi] Cleanup some WiFi code [WiFi] Fix issue where node could disable plugins when offline for long [Reboot] Flush all buffers and controllers before reboot [ArduinoOTA] Suggest UDP port to use 18266 since 8266 is for ESPeasy p2p [Shutdown] Move delay(100) to after SPIFFS.end() [Plugin info] Show extra info in devices web page [Docs] Document sharing plugin via ESPeasy p2p controller
Release mega-20190805 Changes in mega-20190805 (since mega-20190803): Artem (1): Introduced unix time part variables ESPEasy release bot (1): automatically updated release notes for mega-20190805 Gijs Noorlander (19): [New Plugin] Serial Proxy plugin skeleton [String support] Make controllers aware of String type values [Serial Proxy] Read sentence [GPS] Only serial RX pin is really needed. [GPS] Uncrustify GPS plugin source code. [Serial Proxy] Process sentence and send to controller [Serial Proxy] Send init string and read sentences from serial [Serial Proxy] Use custom init string [OTA] Fix check 1M filesize during build Make loading of custom task settings more memory efficient [PWM] Fade always starts at 0, not the last set value Uncrustify of P001 Switch plugin. [Custom Build] Move custom build definition up in platformio.ini Disable Serial Proxy in other builds Fix build issue in changes of P023_OLED. [Docs] Document the new %unixday% and %unixday_sec$ variables [Serial Proxy] Must read at 50x sec interval [DeepSleep] Proper flush when going to deep sleep from rules [Serial Proxy] Check for null pointer jimmys01 (2): [IR TX RX] Minor adjustments IR library update
Release mega-20190803 Changes in mega-20190803 (since mega-20190731): ESPEasy release bot (1): automatically updated release notes for mega-20190803 Misiu (2): Rename OpenHAB MQTT to Home Assistant (openHAB) MQTT Remove backslash at start
Release mega-20190731 Changes in mega-20190731 (since mega-20190730): ESPEasy release bot (1): automatically updated release notes for mega-20190731 Gijs Noorlander (1): [Static IP] Fix unable to connect with static IP.
Release mega-20190730 Changes in mega-20190730 (since mega-20190716): ESPEasy release bot (1): automatically updated release notes for mega-20190730 Gijs Noorlander (15): [7dgt] Uncrustify cleanup and remove F() & PROGMEM macro [WiFi] Add 1000 msec delay after WIFI_OFF and fix initial connect [CPPcheck] Fix some suggestions from CPPcheck [Memory] Be a bit more careful with memory allocation for serial buffer [Range check] Perform some basic range checks in Calculate function [PIO] include latest fixes for core 2.5.2 (PIO [email protected]) Change "To much plugins" to "Too many plugins" [CPPcheck] Remove unneeded code [Build] Remove hidden unicode characters preventing build of AccuEnergy [CPPcheck] Reduce scope of variables [Strings] Make sure generated strings are zero-terminated Use volatile and IRAM attributes on wifi event related code [ESP32] Force Gratuitous ARP [WiFi] Revert WiFi changes to 20190630 and force wifi wake/sleep [WiFi] Fix build issue on ESP32
Release mega-20190716 Changes in mega-20190716 (since mega-20190715): ESPEasy release bot (1): automatically updated release notes for mega-20190716 Gijs Noorlander (3): [Build] PIO 4.0 uses different locations for built binary [Dallas] Accidentally removed delay in init call. [Uncrustify] Cleanup code using Uncrustify
Release mega-20190715 Changes in mega-20190715 (since mega-20190714): ESPEasy release bot (1): automatically updated release notes for mega-20190715 Gijs Noorlander (2): [Build] Reduce build size normal_esp8266_IR_1M to minimal [Build] Fix build issue on core 2.4.0
Release mega-20190714 Changes in mega-20190714 (since mega-20190630): ESPEasy release bot (1): automatically updated release notes for mega-20190714 Gijs Noorlander (15): [PIO] Fix build issue with PIO core 4.0.0 [Crash info] Report last scheduled task before reboot [PIO] Ignore .pio folder in Git. [SW WD] Count SW watchdog and feed HW watchdog [WiF] Improve disconnect/reconnect stability [WiFi] Debugging connect/disconnect behavior [WiFi] Add more debug information [Uncrustify] Move uncrustify.cfg to project dir [Build] Set core 2.5.2 as default and add custom build [TSL2561] Small fix to detect saturation of ADC [TSL2561] Add auto gain and extended auto gain [Dallas 1wire] Add error state value selector [Dallas] Add ignore option as error state output value [WiFi] Code cleanup WiFi/WiFi event files [ESP32] Upgrade to core v1.9.0 jimmys01 (13): [Controller] Zabbix controller initial commit Scheduler fix Zabbix secont attempt Improvments More improvments [ZABBIX] Update code to JSON6+ Increace PLUGIN_MAX by 10 Update IR library to 2.6.3 [IR TX RX] Extended AC commands Couple payload_len to actual JSON payload length. Resolve conflicts with C015 Resolving conflicts #2 Commit the changed define_plugin_sets.h after conflicts have been resolved
Release mega-20190630 Changes in mega-20190630 (since mega-20190626): ESPEasy release bot (1): automatically updated release notes for mega-20190630 jimmys01 (3): [JSON] Update to Json 6 Update code to version JSON 6 Update _C002.ino
PreviousNext