Commit Graph

7097 Commits

Author SHA1 Message Date
Theo Arends e397aaae0e
Merge pull request #8592 from device111/development
fix start without stop condition
2020-06-01 15:50:30 +02:00
Theo Arends b849eeafc6
Merge pull request #8593 from gemu2015/fix-serial-buffer
fix serial buffer issues
2020-06-01 15:45:51 +02:00
Theo Arends 02375d6b28
Update TasmotaSerial.cpp 2020-06-01 15:45:22 +02:00
gemu2015 f1a2fb2b8d fix serial buffer issues 2020-06-01 15:17:32 +02:00
device111 917124af26 fix start without stop condition 2020-06-01 11:51:57 +02:00
Theo Arends e4e9a39c79
Merge pull request #8589 from halfbakery/cleanup_undocumented_switch_debounce_feature
Make a previously undocumented switch debouncing feature clean and official
2020-05-31 16:37:54 +02:00
Theo Arends b97e7cd1e4 Fix Sonoff Dual Buttons
Fix Sonoff Dual Buttons (#8560)
2020-05-31 16:28:02 +02:00
halfbakery 72014b7773 Make a previously undocumented switch debouncing feature clean and official 2020-05-31 12:46:15 +02:00
Theo Arends 672e2993b0
Merge pull request #8588 from Staars/serial
Update serial-plotter.py, more infos in the code, small refactoring
2020-05-31 11:26:51 +02:00
Staars 8447a3a703 Update serial-plotter.py, more infos in the code, small refactorings 2020-05-31 10:37:52 +02:00
Theo Arends 1ddf65e88c
Merge pull request #8582 from gemu2015/scripter-fix
Scripter fix + little fs support
2020-05-30 15:51:31 +02:00
gemu2015 54806fd527 files system update 2020-05-30 15:29:47 +02:00
Theo Arends 29070f1136 Add ``CpuFrequency`` and ``FlashFrequency`` to status 0
- Add ``CpuFrequency`` to ``status 2``
- Add ``FlashFrequency`` to ``status 4``
2020-05-30 14:59:52 +02:00
Theo Arends 86fc34e612 Move serial-plotter 2020-05-30 14:27:07 +02:00
Theo Arends 9c0fc4edcd
Merge pull request #8581 from Staars/touch
Command interface for touch button driver and a serial plotter
2020-05-30 14:23:45 +02:00
Staars bf73728224 add semi-generic serial plotter to PIO 2020-05-30 13:50:57 +02:00
Staars 7e28e03d78 add commands to touch pin button on ESP32 2020-05-30 13:50:22 +02:00
gemu2015 7f1514e6da some fixes and optimizations 2020-05-30 10:48:12 +02:00
Theo Arends ff39bcf004
Merge pull request #8579 from device111/development
AS3935 - fix Min stage init settings
2020-05-30 09:13:00 +02:00
Theo Arends c0fa63ee3c
Merge pull request #8574 from pcdiem/device-groups-13
Fix SO88 incoming relay state check
2020-05-30 08:20:15 +02:00
Theo Arends 01d92ca3a2
Merge pull request #8573 from randocollaboration/development
Add ability to toggle displayed temperature unit on Xiaomi LYWSD02
2020-05-30 08:19:36 +02:00
Theo Arends abd60ea164
Merge pull request #8572 from s-hadinger/zigbee_report
Add Zigbee options to ``ZbSend`` to write and report attributes
2020-05-30 08:18:23 +02:00
Paul C Diem 3d42fae8bd Fix SO88 incoming power state check 2020-05-29 18:55:33 -05:00
device111 16aa38be49 fix Min stage settings 2020-05-30 01:05:10 +02:00
rando-calrissian ce3dfd1066
Add files via upload
Added ESP32 support for changing the displayed temperature unit on LYWSD02 BLE device
2020-05-29 15:41:49 -07:00
Stephan Hadinger b069b89561 Add Zigbee options to ``ZbSend`` to write and report attributes 2020-05-29 22:52:45 +02:00
Theo Arends 9f0966bf3c
Merge pull request #8570 from gemu2015/ili9488-esp32
ILI9488 ESP32
2020-05-29 22:24:31 +02:00
Theo Arends 867d0e688f
Merge pull request #8565 from Jason2866/patch-1
add flash syntax to readme.txt
2020-05-29 22:24:14 +02:00
Theo Arends 68d06eb16a
Merge pull request #8564 from Staars/development
make NimBLEDevice::initialized static
2020-05-29 22:23:45 +02:00
gemu2015 671942aa60 faster ili9488 fill 2020-05-29 20:54:15 +02:00
rando-calrissian 10e059c363
Add files via upload
Added the ability to set the displayed temperature units (C/F) for Xiaomi LYWSD02 devices.
2020-05-29 11:18:39 -07:00
gemu2015 357341899c ILI9488 ESP32 2020-05-29 19:29:03 +02:00
blakadder 8e95a67984
Update readme.txt 2020-05-28 16:38:52 +02:00
Jason2866 d5e7384704
add flash syntax 2020-05-28 11:55:27 +02:00
Staars ea48272135 make NimBLEDevice::initialized static 2020-05-28 09:57:42 +02:00
Theo Arends fdc5ffa36b
Merge pull request #8563 from s-hadinger/udplistener
reduce footprint of multicast udp listener
2020-05-28 09:34:35 +02:00
Stephan Hadinger 0327c4a547 Udp fix for ESP32 2020-05-27 23:52:25 +02:00
Stephan Hadinger c65a3dfba7 Fix compilation issue 2020-05-27 20:48:40 +02:00
Stephan Hadinger 3a1155f2b6 reduce footprint of multicast udp listener 2020-05-27 19:42:43 +02:00
Theo Arends 0dc0eda274
Merge pull request #8562 from Staars/touch
Touch pin as button for ESP32
2020-05-27 17:29:24 +02:00
Staars fb23aa41c2 do not break gpio configs 2020-05-27 16:52:44 +02:00
Staars 55e56fee43 Touch pin as button for ESP32 2020-05-27 15:59:32 +02:00
Theo Arends e23f903dbe
Merge pull request #8559 from gemu2015/SSD1351-ESP32
ESP32 support for SSD1351
2020-05-27 15:44:35 +02:00
gemu2015 77c60229cc ESP32 support for SSD1351 2020-05-27 11:14:17 +02:00
Theo Arends 9f50b20c71
Merge pull request #8558 from pcdiem/device-groups-12
Add support for SetOption88 to put each relay in a separate DGR
2020-05-27 08:50:38 +02:00
Paul C Diem bc6d7ceb87 Add support for SetOption88 to put each relay in a separate device groups 2020-05-26 22:07:25 -05:00
Theo Arends 8539021c92
Merge pull request #8554 from Staars/mi32
update xsns_62_MI_ESP32.ino (and NimBLE-Arduino)
2020-05-26 22:29:05 +02:00
Theo Arends 92f20d17db
Merge pull request #8555 from Jason2866/patch-2
Use latest ESP framework 1.12.2
2020-05-26 22:28:46 +02:00
Jason2866 55aac3f4a7
Update PULL_REQUEST_TEMPLATE.md 2020-05-26 21:48:14 +02:00
Jason2866 f46e28d1d0
Use latest ESP framework 1.12.2 2020-05-26 21:46:34 +02:00