Theo Arends
674509a56e
Fix teleperiod rule handling regression
...
Fix teleperiod rule handling regression from v9.3.1.2 (#11851 )
2021-04-23 10:59:33 +02:00
Theo Arends
147440fd99
Add command ``Wifi 0/1`` for ESP8266
...
Add command ``Wifi 0/1`` for ESP8266 to turn wifi Off and On. When wifi is Off it is always returned On after a restart except for a wake-up from deepsleep (#11839 )
2021-04-22 18:10:26 +02:00
Theo Arends
cd0adfe3e4
Add detected hardware to logging
2021-04-21 11:55:52 +02:00
Jason2866
59294fd55b
Fix compile error
...
Thx @benzino77 solves #11724 mentioned in #11704
2021-04-14 13:41:10 +02:00
Theo Arends
162e60eb30
Fix migration to higher version ( #11640 )
2021-04-12 11:49:53 +02:00
Theo Arends
60de9696d8
Refactor backlog nodelay in relation to sleep
2021-04-09 14:00:09 +02:00
Theo Arends
dd7cecc064
Fix backlog nodelay when sleep is active
2021-04-09 12:49:57 +02:00
Theo Arends
ad423d199d
Add command ``Backlog 1;``
...
Add command ``Backlog 1;`` to allow execution of following commands without delay
2021-04-07 17:55:33 +02:00
Theo Arends
36288037a8
Refactor energy init
2021-04-06 15:23:07 +02:00
Theo Arends
ca61cb06d0
Fix possible rule issue
2021-04-05 10:39:43 +02:00
Theo Arends
e80c08cd18
Speed up initial power on state
...
Speed up initial power on state gaining 1mS pulse time (#11478 )
2021-03-27 12:05:55 +01:00
Theo Arends
6dc436039b
Add support for Frequency monitoring and zero-cross detection on CSE7761 (Sonoff Dual R3)
...
Add support for Frequency monitoring and zero-cross detection on CSE7761 (Sonoff Dual R3)
2021-03-23 11:21:38 +01:00
Theo Arends
3555b9e5f9
Init RTC sooner
2021-03-15 15:51:31 +01:00
Stephan Hadinger
0475212b54
ESP32 support for secondary I2C controller
2021-03-10 22:20:21 +01:00
Theo Arends
89d8fbb0ec
Change ARRAY_SIZE() to nitems()
2021-02-28 12:50:02 +01:00
Theo Arends
ead77e536c
Refactor command file
2021-02-16 16:21:46 +01:00
Theo Arends
e16ba61dea
Add command UfsRun
2021-02-16 12:19:40 +01:00
Theo Arends
3c623b5233
Add autoexec failsafe
2021-02-15 16:51:13 +01:00
Theo Arends
b073905a2e
Consolidate ESP specific functions
2021-02-08 11:34:29 +01:00
Stephan Hadinger
48c4b64879
Fix and improvement to ext_snprintf
2021-01-25 16:02:56 +01:00
Stephan Hadinger
cf52f1c99e
Added ext_snprintf to support extended types
2021-01-24 16:35:36 +01:00
Theo Arends
efaed8046d
Refactor AddLog usage
2021-01-23 16:26:23 +01:00
Theo Arends
5561de02fa
Add support for Sugar Valley NeoPool Controller
...
Add support for Sugar Valley NeoPool Controller by Norbert Richter (#10637 )
2021-01-20 17:03:53 +01:00
Theo Arends
96c0951587
move includes
2021-01-20 15:43:26 +01:00
Stephan Hadinger
2f139d0e47
More PROGMEM
2021-01-18 21:48:04 +01:00
Theo Arends
fdbd1dcc0a
Changed command ``Sleep 0``
...
Changed command ``Sleep 0`` removes any sleep from wifi modem except when ESP32 BLE is active
2021-01-14 17:03:01 +01:00
Theo Arends
85b2d62225
ESP8266 Support for 2MB and up linker files with 1MB and up LittleFS
...
Breaking Change: ESP8266 until now NOT SUPPORTED linker files 2MB and up. Current settings will be overwritten once LittleFS is enabled
2021-01-11 17:56:18 +01:00
Theo Arends
d53fa3234d
Refactor web upload
2021-01-10 17:46:30 +01:00
BBBits
f99f413065
mDNS Performance Fix & mDNS ESP32 Support
2021-01-10 22:04:16 +13:00
Theo Arends
8a269c8902
Integrate filesystem in core
...
Integrate filesystem in core
2021-01-08 15:00:40 +01:00
Theo Arends
c7545d93dc
Fix RTC related power on sequence
2021-01-05 11:49:13 +01:00
Theo Arends
5c92c5a9a9
Optimize sleepdelay
2021-01-04 12:47:00 +01:00
Theo Arends
d1ef1c3255
Optimize sleepdelay after profiling
2021-01-04 12:31:05 +01:00
Theo Arends
f9403c8489
Optimize sleepdelay
...
Optimize sleepdelay (#10379 )
2021-01-03 16:30:45 +01:00
Theo Arends
7b5184c89b
Optimize sleepdelay
...
Optimize sleepdelay (#10379 )
2021-01-03 15:28:52 +01:00
Theo Arends
628f17de8c
Add TasAutoMutex
2021-01-01 17:04:36 +01:00
Theo Arends
ee146b2e29
Merge pull request #10336 from btsimonh/loggingmutex
...
Add mutex/semaphore for logging - protects new logging_buffer
2021-01-01 16:26:19 +01:00
Theo Arends
dcbb3f1e0e
Happy New Year
2021-01-01 13:44:04 +01:00
Theo Arends
58e6ec55f1
Breaking change replacing SPI CS and SPI DC
...
Breaking change replacing SPI CS and SPI DC by device specific CS and DC
2020-12-31 16:17:30 +01:00
Simon Hailes
6b2daa14d0
Add mutex/semaphore for logging - protects new logging_buffer
2020-12-31 11:36:35 +00:00
Theo Arends
593675eb7a
Removal of global log_data providing re-entry
...
Removal of global log_data providing re-entry and freeing 700k RAM
2020-12-23 18:26:15 +01:00
Theo Arends
b8197181d0
Remove obsolete version marker
2020-12-23 16:40:46 +01:00
Theo Arends
244611f12f
Add logging buffer management
2020-12-22 15:26:07 +01:00
Theo Arends
dcfb74f457
Support for GPIO option selection
...
- Support for GPIO option selection
- Gpio ``Option_a1`` enabling PWM1 high impedance if powered off and no fading as used by Wyze bulbs (#10196 )
2020-12-20 13:22:01 +01:00
Theo Arends
bafcee4b05
Effort to get rid of PrepLog_P
...
Effort to get rid of PrepLog_P now syslog and mqttlog are async
2020-12-18 16:49:11 +01:00
Theo Arends
2eb4eef08c
Rename web_log to log_buffer
2020-12-18 16:30:37 +01:00
Theo Arends
f243a01adf
Fic initial milliseconds
2020-12-17 16:41:04 +01:00
Theo Arends
2f47a4b5c9
Refactor serial init
2020-12-07 17:03:22 +01:00
Theo Arends
b9a3fd4342
Fix initial baudrate
...
Fix initial baudrate (#7447 )
2020-12-07 15:33:09 +01:00
Theo Arends
5892cffbda
Prep RC522 rfid reader pt2
2020-11-30 17:54:40 +01:00