Sven Steckmann
9e02f48f53
Fix trouble with uniqu_ptr deleting reference content.
...
It is not necessary to use a unique_ptr (also always using .release shows
this), so there can be used a raw pointer instead.
Here we fix usage of _aux an also of back pointing _ac. Especially on _ac
it does not make any sense, since this pointer is stored in many locations.
refs #138
5 years ago
Hieromon Ikasamo
3dda824a0f
Fixed a return of entries(). Issue #133
5 years ago
Hieromon Ikasamo
e1b2a7acb5
Fixed the output digits of debug log
5 years ago
Hieromon Ikasamo
9c5b2389f0
Fixed that no member named 'success' issue #130
5 years ago
Hieromon Ikasamo
0a8b6ac4f1
Fixed SSID non terminated. issue #128
5 years ago
Hieromon Ikasamo
1474bde33c
Fixed SSID non terminated. issue #128
5 years ago
Hieromon Ikasamo
8ee5e3ae6a
Changed getPrefBytesLength to a member function
5 years ago
Hieromon Ikasamo
f04ac4ba2c
Fixed compilation error of no getBytesLength member with arduino-esp32 1.0.1 or earlier. issue #125
5 years ago
Hieromon Ikasamo
be3c560d41
Release for v1.0.0
...
Fixes #26 , #45 , #62 , #122
5 years ago
Hieromon Ikasamo
4e1e9c4456
Fixed Fixed missing captive portal notifications (issue #85 )
5 years ago
david gauchard
c9450a1005
fix to compile with current esp8266/arduino git head
...
together with https://github.com/esp8266/Arduino/pull/6321
5 years ago
Hieromon Ikasamo
47c6fff690
Adds AutoConnectAux::fetchElement function
5 years ago
Joe
c7922a1c4e
Fixed a bug which prevented AutoConnectCredential to function properly when offset is greater than 256 (8 bits)
5 years ago
Hieromon Ikasamo
04343bbbb0
Supports for AutoConnectTicker
5 years ago
Joe
3fc571b752
Fixed a bug which prevented AutoConnectCredential to function properly when offset is greater than 256 (8 bits)
5 years ago
Hieromon Ikasamo
5ddd49c42a
Supports AutoConnectTicker
5 years ago
Hieromon Ikasamo
9a496bab21
Missing heap_caps_malloc. issue #102
5 years ago
Hieromon Ikasamo
4ab0f750ac
Missing heap_caps_malloc. issue #102
5 years ago
Hieromon Ikasamo
af998981ee
Added the labelPosition attribute with AutoConnectCheckbox
5 years ago
Hieromon Ikasamo
478815d1d7
Supports AutoConnectStyle element
5 years ago
Hieromon Ikasamo
ece97863c8
Fixed that incorrect inheritance of Basis elements.
5 years ago
Hieromon Ikasamo
9d9bbec483
Corrected redundant style code
5 years ago
Hieromon Ikasamo
a56ce43d8f
Supports the posterior attribute with each element
5 years ago
Hieromon Ikasamo
02c157048c
Fixed issue #90
6 years ago
Hieromon Ikasamo
2bce6a912f
Disabled the autoRise assuming in immediateStart mode
6 years ago
Hieromon Ikasamo
86be3a520c
Update version number
6 years ago
Hieromon Ikasamo
cfe77b808f
Fixed the uploading URL lost.
6 years ago
Hieromon Ikasamo
46c4fbc943
Fixed to be compatibility with esp8266 earlier than 2.5.0
6 years ago
Hieromon Ikasamo
dc5d4a4dc1
Specified the correct SD card type
6 years ago
Hieromon Ikasamo
25395a0741
Fixed the layout collapse of the input box
6 years ago
Hieromon Ikasamo
da0bc5331f
Fixed SD mount failure
6 years ago
Hieromon Ikasamo
db2733623e
Fixed an alignment violation
6 years ago
Hieromon Ikasamo
8968579f0b
Add the id attr. to ACText
6 years ago
Hieromon Ikasamo
3ee0fdee50
Added the existence check of PSRAM #77
6 years ago
Hieromon Ikasamo
93baf0738c
Fixed wrong width of the input box
6 years ago
Hieromon Ikasamo
651242e928
Fixed the button style
6 years ago
Hieromon Ikasamo
fb3de08f9e
Fixed to reset selected value after clearing option array
6 years ago
Hieromon Ikasamo
921c49e747
Fixed to reset selected value after clearing option array
6 years ago
Hieromon Ikasamo
45107226bf
Support ESP8266 core 2.5.1
6 years ago
Hieromon Ikasamo
2143b0f2f8
mproved calculation of JSON buffer size
6 years ago
Hieromon Ikasamo
779bd16422
Customize menu color scheme. #73
6 years ago
Hieromon Ikasamo
ab48009490
Adjusted the placement of labels
6 years ago
Hieromon Ikasamo
38f34a67f7
Supports multiple element loading
6 years ago
Hieromon Ikasamo
937cd712c5
Changed API interface of AutoConnect::where
6 years ago
Hieromon Ikasamo
4c7a079a70
Fixed losing elements in saveElement with ArduinoJson V6. Issue #64
6 years ago
Hieromon Ikasamo
9d19f2a367
Fixed loading elements missing in loadElement. Issue #64
6 years ago
Hieromon Ikasamo
1f7e7ddb9f
Fixed the value of AutoConnectElements not reflected. Issue #64
6 years ago
Hieromon Ikasamo
27c4a0a1be
Supports the enable attribute for all AutoConnectElements
6 years ago
Hieromon Ikasamo
9c58f3bc55
Fix losing selection options. (Issue #64 )
6 years ago
Hieromon Ikasamo
a447518c70
Supports saving and loading of the selected option in the AutoConnectSelect element. (Issue #64 )
6 years ago