Grovkillen
7118dce882
[docs] Rules (fixed error in syntax)
2019-02-14 12:40:54 +01:00
Grovkillen
77062e50ce
[docs] Rules (Let used in filters)
2019-02-14 12:36:34 +01:00
Grovkillen
29447d0c8d
[docs] P015 TSL2561 added
2019-02-14 12:09:32 +01:00
Grovkillen
061b691497
[docs] ThingSpeak (must check acknowledge)
2019-02-14 10:11:55 +01:00
Grovkillen and GitHub
c07ad1780c
Merge pull request #9 from letscontrolit/mega
...
update from master
2019-02-14 10:06:49 +01:00
Gijs Noorlander and GitHub
1572e86b82
Merge pull request #2235 from TD-er/bugfix/reduce_memusage_plugins
...
Bugfix/reduce memusage plugins
2019-02-14 08:32:39 +01:00
TD-er
1e0fd8a284
[Serial wrapper] Fix serial issues (for ESP8266) when using HW serial
2019-02-13 18:03:07 +01:00
TD-er
62ce776c74
[ESPeasySerial] Make it compile for core 2.4.1
2019-02-12 15:03:19 +01:00
ESPEasy release bot
85515281d6
automatically updated release notes for mega-20190212
mega-20190212
2019-02-12 04:00:31 +01:00
TD-er
19ef8eb796
[Build] Rename build files and disable core 2.5.0 builds
...
Core 2.5.0 is out, but this gives instability issues serving web pages.
For now the builds of core 2.5.0 are not included in the nightly builds until this is fixed.
2019-02-11 23:35:18 +01:00
TD-er
0b64c3d04f
[SWserial] Set TX interrupts for 9600 baud
...
This was the used setting in older versions of SoftwareSerial
2019-02-11 23:33:49 +01:00
Gijs Noorlander and GitHub
236a0098c2
Merge pull request #2279 from olliwr/mega
...
Fixed compile errors that occurred when FEATURE_SD is defined.
2019-02-11 21:53:36 +01:00
Gijs Noorlander and GitHub
749f0b9c55
Merge pull request #2294 from Grovkillen/UpdateDocs
...
[flasher] fixed unzip bug (unzipped to root instead of bin folder)
2019-02-11 21:52:29 +01:00
Gijs Noorlander and GitHub
f0861ac66f
Merge pull request #2137 from chunter1/mega
...
[DS18B20] 1-wire timings optimized for stability
2019-02-11 21:44:09 +01:00
Grovkillen
ab18f25c5e
[flasher] old zip's didn't store in "\bin", downloader comply now
2019-02-11 09:15:47 +01:00
TD-er
4cc5eca3f5
[PlatformIO] Core 2.5.0 is no longer beta
...
Regular platform is still set to 2.4.2, since 2.5.0 causes issues.
2019-02-11 01:00:25 +01:00
TD-er
ec345b1dcc
[GPS] Fix some uninitialized issues
2019-02-11 00:56:16 +01:00
TD-er
5e798fa3a9
[ESPeasySerial] return -1 as pins on unset serial type
2019-02-11 00:54:34 +01:00
Grovkillen
0260fad1a9
[flasher] fixed HW port name bug
2019-02-08 08:45:33 +01:00
Grovkillen
555f6d2dd8
[flasher] fixed unzip to root, now (correctly) bin folder
2019-02-08 07:40:17 +01:00
Grovkillen and GitHub
128f8e270d
Merge pull request #8 from letscontrolit/mega
...
Update from master
2019-02-08 07:35:44 +01:00
TD-er
8626a130a8
[ #2292 ] HX711: tareChanA command is not case insensitive
2019-02-08 00:15:14 +01:00
TD-er
5b9a87308a
[Eastron] Fix compile error
2019-02-05 14:52:52 +01:00
TD-er
3b1dd8f21f
[Eastron] Add CRC pass/fail stats to plugin page and allow retries
2019-02-05 14:44:19 +01:00
TD-er
9a05eaf828
[WiFi] Destruct WiFi object when wifi needs to be reset
...
See https://github.com/esp8266/Arduino/issues/5527#issuecomment-460537616
2019-02-05 14:16:32 +01:00
TD-er
61d4c50db3
[SenseAir] Some more improvements Modbus implementation
2019-02-05 14:15:40 +01:00
TD-er
6290cb42bc
[SenseAir] Improvement on Modbus handling
...
As a preparation for a generic Modbus layer for other plugins too.
2019-02-05 01:26:38 +01:00
TD-er
30d3598684
[Core 2.5.0] Move tag to beta3
...
See commit: https://github.com/esp8266/Arduino/commit/21db8fc9285d2f548c0123206d53cab059cf3b3d
2019-02-05 00:52:21 +01:00
TD-er
5880c9173d
[ESP8266] Do not use default for TX pin
...
The RX/TX pins are defined in the init. So no need to hand them to the begin function call again and set some default when not used.
This will lead to issues where the TX pin is not working when using HW serial.
2019-02-05 00:24:32 +01:00
TD-er
64b65cca42
[ #2254 ] Make it compile in all core libraries
...
Linker issue with F() macro.
2019-02-04 20:28:37 +01:00
TD-er
3d507bdbb9
[ #2254 ] Reduce memory usage on MH-Z19 and improve reading stability
...
Reading the sensor data will now only accept data starting with 0xFF.
This should improve reading stability.
Also added indicator showing checksum pass/fail and the model detected (MH-Z19 A or B)
2019-02-04 12:44:39 +01:00
olliwr
c392e772c0
Update ESPEasy-Globals.h
...
disabled FEATURE_SD
2019-02-02 19:51:06 +01:00
olliwr
af778d28ac
Update Command.ino
...
Fixed several compile errors which occurs in case of active FEATURE_SD.
errors:
(1) #if with no expression
(2) converting to 'const String' from initializer list would use explicit constructor 'String::String(char)'
(3) no matching function for call to 'serialPrintln(uint32_t, int)'
2019-02-02 19:33:51 +01:00
olliwr
c57150efec
Update ESPEasy-Globals.h
...
activated FEATURE_SD
2019-02-02 17:53:44 +01:00
ESPEasy release bot
d40c449f8d
automatically updated release notes for mega-20190202
mega-20190202
2019-02-02 04:00:28 +01:00
Gijs Noorlander and GitHub
0ad7fad5c1
Merge pull request #2275 from joniw/fix-crash-esp32
...
fix reset bug for esp32 by casting explicitly, should fix #2242
2019-02-01 20:37:45 +01:00
Jonathan Westerholt
bdda128be8
fix reset bug for esp32 by casting explicitly, should fix #2242
2019-02-01 19:39:53 +01:00
TD-er
55c1e0c1b9
Merge remote-tracking branch 'origin/bugfix/reduce_memusage_plugins' into bugfix/reduce_memusage_plugins
2019-02-01 10:53:58 +01:00
TD-er
c8f0a7ac58
[WiFi] Add option to set wifi off and restart wifi when connection lost
...
As discussed here: https://github.com/letscontrolit/ESPEasy/issues/1987#issuecomment-457268319
In short, this new setting allows to set wifi completely off when a disconnect is being handled.
This will force a complete restart and configure of the wifi setup.
2019-02-01 10:53:45 +01:00
TD-er
1362363295
Moved testing plugins to test builds & added safety docs for power sensors
...
See: https://github.com/letscontrolit/ESPEasy/issues/2266
2019-02-01 10:53:45 +01:00
TD-er
f604ce490b
[WiFi] Correct fall-back when B/G only mode cannot connect
2019-02-01 10:53:45 +01:00
TD-er
6643eb4aaa
[WiFi] Allow force to B/G to improve WiFi stability.
...
See #2012 and discussion here: https://github.com/letscontrolit/ESPEasy/issues/1987#issuecomment-455843832
2019-02-01 10:53:45 +01:00
TD-er
4890d13543
[GPS] Improve displayed satellite stats
2019-02-01 10:53:08 +01:00
TD-er
82358574ba
[PubSubClient] Increase MQTT_MAX_PACKET_SIZE from 384 to 1024
2019-02-01 10:53:08 +01:00
TD-er
63e98d805b
[PlatformIO] Allow building ESP32 espressif32@1.6.0
2019-02-01 10:53:08 +01:00
TD-er
7d27151ccd
[GPS] Use GSV and GSA sentences to view satellite ID and SNR
2019-02-01 10:53:08 +01:00
TD-er
a5d5c77314
[TinyGPS++] Added GSA and GSV sentences to get satellite ID & SNR
2019-02-01 10:53:08 +01:00
TD-er
e7d21b0bc7
[Settings] Added check for offset on last member of struct
...
An extra check to see if building on different platforms makes a difference in offset within the SettingsStruct.
2019-02-01 10:53:08 +01:00
TD-er
cd570cafba
[ESP32] Change P002_ADC range to 4095 for ESP32
...
See https://github.com/letscontrolit/ESPEasy/issues/1632#issuecomment-454952002
2019-02-01 10:53:08 +01:00
TD-er
8d257df2dd
[memory] P020_Ser2Net Use Plugin_task_data array
2019-02-01 10:53:08 +01:00