Skip to content

Commit

Permalink
Version 5.2.3
Browse files Browse the repository at this point in the history
Enhanced InqPortal.js to handle checkboxes and radio buttons transparently.
  • Loading branch information
InqOnThat authored Mar 23, 2022
1 parent 8062156 commit 768bdd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=InqPortal
version=5.2.2
version=5.2.3
author=Inq,[email protected]
maintainer=Inq,[email protected]
sentence=ESP8266 Full featured IoT Application Server.
Expand Down
9 changes: 5 additions & 4 deletions src/InqPortal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include <Inq.h>

// Version History
#define InqPortalVersion "5.2.2"
#define CannedVersion "504"
#define InqPortalVersion "5.2.3"
#define CannedVersion "505"
// 0.8.0 2017/02/01 Intitial Alpha version (many rewrites using various
// methodolgies.
// 0.9.0 2020/01/15 Initial Version - complete re-write. Previous version
Expand Down Expand Up @@ -204,13 +204,14 @@
// * Client-side better detect router power-off, user changing SSIDs.
// 5.2.1 2022/3/17
// * Added InqWeather to Examples
// 5.2.2
// 5.2.2 2022/3/22
// * Bug Fix - Histogram exporting
// * Error response of Upgrades is logged.
// * Comment changes in InqWeather.ino
// * Added InqSpeedRacer to Examples
// * InqPortal.js modification to re-support multi-server.
// * Bug Fix - Delete cause Log to display extra hour header
// 5.2.3 2022/3/23
// * InqPortal.js enhancement to support checkboxes/radio buttons.

// -----------------------------------------------------------------------------
// onInterval dependencies
Expand Down
Binary file modified src/esp8266/Inq.a
Binary file not shown.

0 comments on commit 768bdd9

Please sign in to comment.