ESPEasy release bot
694ee7eeb1
automatically updated release notes for mega-20190226
mega-20190226
2019-02-26 04:00:13 +01:00
Gijs Noorlander and GitHub
37fa8babf1
Merge pull request #2358 from TD-er/bugfix/ESP32_settings
...
Bugfix/esp32 settings
2019-02-25 23:39:28 +01:00
Gijs Noorlander and GitHub
c430f52aa3
Merge pull request #2357 from uzi18/patch-4
...
IRTX: fix memory leak in case of error
2019-02-25 23:01:09 +01:00
Gijs Noorlander and GitHub
6b5755d30e
Undo F() macro due to build errors
2019-02-25 23:00:46 +01:00
TD-er
674d6f3003
[Settings] Get rid of error when deleting plugin
...
Error was "SaveTaskSettings taskIndex does not match"
See #1856 #2264
2019-02-25 22:56:51 +01:00
Bartłomiej Zimoń and GitHub
08d4657162
IRTX: move error string to flash
2019-02-25 21:23:28 +00:00
Bartłomiej Zimoń and GitHub
5983bd5775
IRTX: fix memory leak in case of error
...
related to #2339
2019-02-25 21:07:20 +00:00
TD-er
2ec6cd524c
[ESPeasySerial] Update to v1.0.8 Fix some compiler issue.
2019-02-25 21:55:44 +01:00
TD-er
0089abfce9
[ESP32] Setting won´t save #2354
...
I kept getting the error myself, so for now, I removed the check for ESP32.
Not sure what's going on here.
2019-02-25 21:54:55 +01:00
Gijs Noorlander and GitHub
fce9acdba3
Merge pull request #2352 from TD-er/bugfix/ser2net_revert
...
[Ser2Net] Revert of Ser2Net and P1WifiGateway (#1617 and #2343 )
2019-02-25 20:28:57 +01:00
Gijs Noorlander and GitHub
086e51d87c
Merge pull request #2353 from TD-er/bugfix/unitNameTrim
...
Trim trailing spaces in unit name (#2329 )
2019-02-25 20:28:43 +01:00
TD-er
e89aba128b
Trim trailing spaces in unit name ( #2329 )
...
See #2329
2019-02-25 17:50:27 +01:00
TD-er
e48e744d0e
[P1WifiGateway] Fix memory leak
...
In the reverted code this was fixed in another way, so this is just a quick fix for now.
See #2352 and #2236
2019-02-25 17:13:42 +01:00
TD-er
85210c46f6
[SerialHelper] Added comment to help finding issue later
2019-02-25 16:56:27 +01:00
TD-er
89c7648520
[Ser2Net] Revert of Ser2Net and P1WifiGateway ( #1617 and #2343 )
...
See #1617 and #2343
2019-02-25 16:39:58 +01:00
ESPEasy release bot
7d0fb2dcf2
automatically updated release notes for mega-20190225
mega-20190225
2019-02-25 04:00:17 +01:00
Gijs Noorlander and GitHub
29eee7139e
Merge pull request #2350 from TD-er/build/core_250
...
Build/core 2.5.0 & core 2.6.0 with different SDKs
2019-02-24 23:59:13 +01:00
Gijs Noorlander and GitHub
e8445684ac
Merge pull request #2347 from TD-er/bugfix/remove_new_ui_from_minimal
...
[Minimal OTA] Remove JSON handles for new UI from minimal build
2019-02-24 23:59:00 +01:00
Gijs Noorlander and GitHub
7728186906
Merge pull request #2349 from TD-er/bugfix/MHz19_reset
...
[MH-Z19] Reset/re-init sensor when unknown response received
2019-02-24 23:58:27 +01:00
Gijs Noorlander and GitHub
c5761db451
Merge pull request #2348 from TD-er/bugfix/SonoffPOW_r1
...
[HLW8012] Fix crash when saving settings (#2251 )
2019-02-24 23:58:05 +01:00
Gijs Noorlander and GitHub
4b808e7b7d
Merge pull request #2335 from TD-er/bugfix/Nextion_cleanup
...
[Nextion] Cleanup of plugin after moving to serial wrapper
2019-02-24 23:57:48 +01:00
TD-er
c2e8fbbd24
[Minimal OTA] F() macros were lost in last fix.
2019-02-24 23:30:41 +01:00
TD-er
3e7d641973
[Build] Use PlatformIO Espressif8266@2.0.1 (core 2.5.0)
...
Also:
- included core 2.6.0 alpha build with SDK2.2.1
- included core 2.6.0 alpha build with SDK3.0.0-dev
- Made memory size in bin filenames consistent (_4M instead of _4096)
2019-02-24 23:21:56 +01:00
TD-er
37d6140434
[Sphinx docs] Some small doc build fixes
...
- There were some unicode characters
- JPG file had wrong image type
- Documented the needed packages to build LaTeX documentation in Linux (still fails to build PDF dus to chapter count overflow)
2019-02-24 23:19:46 +01:00
TD-er
acfbb6b7fe
[MH-Z19] Reset/re-init sensor when unknown response received
...
See #2254
2019-02-24 21:59:56 +01:00
TD-er
478950b67b
[HLW8012] Fix crash when saving settings ( #2251 )
...
See #2251
Problem was in accessing the members of the pre-defined node settings. (need to perform memcpy on the progmem data or else it will crash)
2019-02-24 15:25:33 +01:00
TD-er
d213880da6
[Minimal OTA] Handling '/' was lost in last fix.
2019-02-24 13:34:24 +01:00
TD-er
d8577c2fa8
[Minimal OTA] Remove JSON handles for new UI from minimal build
...
These will be made available again when the new UI is been taken into operations.
2019-02-24 13:04:53 +01:00
ESPEasy release bot
74713e5fa4
automatically updated release notes for mega-20190219
mega-20190219
2019-02-19 04:00:16 +01:00
Gijs Noorlander and GitHub
a8bfa71bd5
Merge pull request #2332 from ppisljar/fix/json_number
...
fixing json numbers
2019-02-18 23:19:39 +01:00
ppisljar
0a0eb59043
always use string in json
2019-02-18 19:28:50 +01:00
ppisljar
75228c7d08
fixing json numbers
2019-02-18 19:16:34 +01:00
Gijs Noorlander and GitHub
e89f5afd45
Merge pull request #2330 from ppisljar/newui/dowload/fix
...
fixing download ui button
2019-02-18 14:54:31 +01:00
ppisljar
4906c7b390
fixing download ui button
2019-02-18 14:30:10 +01:00
Gijs Noorlander and GitHub
ac968b5bec
Merge pull request #2327 from ppisljar/newui/download
...
adding new ui download button
2019-02-18 13:57:23 +01:00
Gijs Noorlander and GitHub
12cfea924a
Merge pull request #2328 from TD-er/bugfix/esp32_build
...
[build] Fix ESP32 build issues for #2326
2019-02-18 13:56:02 +01:00
TD-er
702cfebf8b
[build] Fix ESP32 build issues for #2326
2019-02-18 13:55:04 +01:00
Gijs Noorlander and GitHub
1bc7630f4f
Merge pull request #2326 from ppisljar/json/8
...
updating sysinfo json endpoint
2019-02-18 13:44:01 +01:00
TD-er
4641297a64
[Nextion] Cleanup of plugin after moving to serial wrapper
2019-02-18 13:40:54 +01:00
ppisljar
765a6d10b8
adding new ui download button
2019-02-18 13:34:33 +01:00
ppisljar
a2879b588a
updating sysinfo json endpoint
2019-02-18 08:33:40 +01:00
ESPEasy release bot
d5f2fa21fd
automatically updated release notes for mega-20190218
mega-20190218
2019-02-18 04:00:07 +01:00
Gijs Noorlander and GitHub
09d89eaa4b
Merge pull request #2325 from ppisljar/json/7
...
adding sysinfo json endpoint
2019-02-17 21:56:24 +01:00
ppisljar
e383949413
adding sysinfo json endpoint
2019-02-17 21:54:20 +01:00
Peter Pisljar and Gijs Noorlander
85d849d825
p2p node list json endpoint ( #2323 )
2019-02-17 20:46:07 +01:00
Gijs Noorlander and GitHub
4e42e426cf
Merge pull request #2324 from ppisljar/fix/index.htm
...
fixing index.htm serving
2019-02-17 20:16:33 +01:00
ppisljar
097d34758e
fixing index.htm serving
2019-02-17 20:15:14 +01:00
Gijs Noorlander and GitHub
14b8f1b183
Merge pull request #2322 from ppisljar/json/5
...
adding support for index.htm.gz
2019-02-17 19:06:14 +01:00
ppisljar
27453a59d9
adding support for index.htm.gz
2019-02-17 19:03:12 +01:00
Gijs Noorlander and GitHub
78ae8f097f
Merge pull request #2320 from ppisljar/web/gzip
...
add support for serving gziped files
2019-02-17 17:57:23 +01:00