Gijs Noorlander
915cadf0a8
[LoRa/TTN] Reduce number of join requests
...
Assume module is joined. If not, a TX attempt will return "not_joined" after which a join should be attempted.
2019-08-14 17:07:16 +02:00
Gijs Noorlander
4420c253c3
[ESPeasy Serial] Update to 1.0.12 to allow invalid pin config
2019-08-06 17:09:25 +02:00
Meek Home Automation
a63cf6216f
Update ESPEasySoftwareSerial.cpp
...
Since Release mega-20190215, the plugin “ P065_DRF0299_MP3.ino “ wasn’t functioning on GPIO16.
With this small change, it’s operational once again and also available to connect other serial (non-critical) devices on GPIO16.
2019-05-21 10:56:09 +02:00
TD-er
8b9ea2bc42
[Digest_auth] Fix compiler issues ESP32
2019-02-28 23:18:23 +01:00
TD-er
7003a25031
[Digest_auth] on Safari browser ( #2356 )
...
See #2356
Also did change some defines to make core version detection simpler.
2019-02-28 18:06:23 +01:00
TD-er
2ec6cd524c
[ESPeasySerial] Update to v1.0.8 Fix some compiler issue.
2019-02-25 21:55:44 +01:00
TD-er
4641297a64
[Nextion] Cleanup of plugin after moving to serial wrapper
2019-02-18 13:40:54 +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
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
TD-er
5e798fa3a9
[ESPeasySerial] return -1 as pins on unset serial type
2019-02-11 00:54:34 +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
b8aa681421
[ESPEasy Serial] Fix build issues for core 2.4.0
2019-01-05 03:06:20 +01:00
TD-er
6216e79dd3
[build] Register ESPeasySerial as library in PlatformIO
2018-12-24 23:28:23 +00:00
TD-er
d36fc492fc
[Serial] Use uniform serial port selector for all serial plugins
2018-12-24 00:43:27 +01:00
TD-er
a1cb8be2b4
[core 2.3.0] build attempt (failing due to iRAM)
...
Attempt to test core stability using core 2.3.0.
It compiles, but linking is not possible, since iram1_0_seg is full.
2018-12-22 14:42:49 +01:00
TD-er
0e0c25dc5b
[GPS] typo in JSON file caused build issues
2018-12-22 02:41:35 +01:00
TD-er
c1e13a0392
[GPS] Serial wrapper support including ESP32
2018-12-22 02:10:02 +01:00