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 |
Theo Arends
|
4b5dbe7a86
|
Fix reset to defaults after 6 hours of DeepSleep
Fix reset to defaults after 6 hours of DeepSleep (#9993)
|
2020-11-27 16:43:56 +01:00 |
Theo Arends
|
c57e79d51f
|
Merge pull request #9995 from emontnemery/fix_backlog_wrap_around
Fix wraparound bug in backlog
|
2020-11-27 15:31:29 +01:00 |
Erik
|
aa12879356
|
Fix wraparound bug in backlog
|
2020-11-27 14:43:45 +01:00 |
Theo Arends
|
fa7fdbd51a
|
Consolidate `AddLog_P`
Consolidate `AddLog_P` into `AddLog_P2` and rename to `AddLog_P`
|
2020-11-06 17:09:13 +01:00 |
Christopher Tremblay
|
b5b6b97295
|
Swapped strstr for strchr where applicable
strstr calls with a single character were changed to strchr which should be more efficient.
|
2020-11-04 02:20:17 -08:00 |
Jason2866
|
e10cbfc81f
|
No core_version.h in ESP32 stage
|
2020-11-01 15:24:12 +01:00 |
Theo Arends
|
8338a9cc80
|
Refactor module change detection
|
2020-11-01 12:12:27 +01:00 |
Theo Arends
|
af5082320d
|
Use global struct
|
2020-10-30 12:29:48 +01:00 |