Commit Graph

3647 Commits

Author SHA1 Message Date
Theo Arends
db05d920cf Add more accurate fmodf function and make available to all core versions lowering code footprint
Add more accurate fmodf function and make available to all core versions lowering code footprint
2019-07-03 12:32:44 +02:00
Theo Arends
2f701da069
Merge pull request #6014 from s-hadinger/fix_5993
Fix Not restoring white value on power off/power on (#5993)
2019-07-02 22:41:32 +02:00
Stephan Hadinger
cc60bf0f03 Fix Not restoring white value on power off/power on (#5993) 2019-07-02 22:10:57 +02:00
Theo Arends
61807b8afa Clean up code
Clean up code
2019-07-02 17:59:40 +02:00
Theo Arends
3d67b8dc66 Fix core 2.3.0 compile error
Fix core 2.3.0 compile error (#6012)
2019-07-02 17:18:32 +02:00
Theo Arends
4938b1e31e Code refactoring
Code refactoring
2019-07-02 15:49:08 +02:00
Theo Arends
9bc7809ea5 Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2019-07-02 12:26:13 +02:00
Theo Arends
169718aa5c Refactor Sonoff L1 support
Refactor Sonoff L1 support
2019-07-02 12:26:04 +02:00
Theo Arends
9ae17d116b
Update PULL_REQUEST_TEMPLATE.md 2019-07-02 11:09:23 +02:00
Theo Arends
cc46e2e625 Add support for Sonoff L1 thanks to reef-actor
Add support for Sonoff L1 thanks to reef-actor (#6002)
2019-07-02 10:54:30 +02:00
Theo Arends
2425065a38
Merge pull request #6002 from reef-actor/sonoff-l1
Sonoff L1
2019-07-02 10:30:36 +02:00
reef-actor
f1efdb8905 Merge remote-tracking branch 'arendst/development' into sonoff-l1 2019-07-01 23:14:16 +01:00
reef-actor
53b1a920c7 Revert "Add changelog entry for Sonoff L1 support"
This reverts commit b930cd1474.
2019-07-01 23:14:03 +01:00
reef-actor
18f5be9598 Move new entries in SupportedModules and kModules to the ends of the lists 2019-07-01 23:13:59 +01:00
reef-actor
decd91aac0 Remove sscanf call and use strncmp instead 2019-07-01 22:50:59 +01:00
Theo Arends
998887fe30
Merge pull request #6005 from s-hadinger/trig_floats2
Converted double to float in rules, and replaced trigonometric functions from stdlib with smaller versions.
2019-07-01 22:03:26 +02:00
Stephan Hadinger
d75b6ad889 Moved FastPrecisePow and TaylorLog to sonoff_float.ino for consistency 2019-07-01 18:31:54 +02:00
Stephan Hadinger
15e37ef0bb Change converted double to float in rules, and replaced trigonometric functions from stdlib with smaller versions. 2019-07-01 18:20:43 +02:00
Theo Arends
912e8b62e7 Add background timeslot to clear heap
Add background timeslot to clear heap
2019-07-01 17:07:17 +02:00
Theo Arends
9268976ff1 Add Heap info to state message
Add Heap info to state message
2019-07-01 15:30:40 +02:00
Theo Arends
d66a3e8450 Fix displaymode 2/3 to not receive MQTT data
Fix displaymode 2/3 to not receive MQTT data (#5990)
2019-07-01 12:54:26 +02:00
Theo Arends
6abccdb8cc
Merge pull request #6004 from Jason2866/patch-1
Update to latest platform-espressif8266 v.2.2.2
2019-07-01 11:32:55 +02:00
Jason2866
3ccc3e64d7
Update to latest platform-espressif8266 v.2.2.2 2019-07-01 11:17:38 +02:00
reef-actor
b930cd1474 Add changelog entry for Sonoff L1 support 2019-06-30 23:51:32 +01:00
reef-actor
c489d56ea2 Refactor Sonoff L1 to reduce duplication 2019-06-30 23:48:03 +01:00
reef-actor
2a19735c92 Switch compatibility improvements for Sonoff L1 2019-06-30 23:45:14 +01:00
reef-actor
b10fc6677e Dimmer compatibility improvements for Sonoff L1 2019-06-30 23:44:40 +01:00
reef-actor
d95d18d84e Color handling for Sonoff L1 2019-06-30 23:39:09 +01:00
Theo Arends
98864116c1
Merge pull request #6001 from s-hadinger/fix_tls_aws_compilation
Fixed compilation error when USE_MQTT_AWS_IOT set and USE_MQTT_TLS disabled
2019-06-30 19:52:07 +02:00
Stephan Hadinger
3ac912f957 Fixed compilation error when USE_MQTT_AWS_IOT set and USE_MQTT_TLS disabled 2019-06-30 18:50:42 +02:00
Theo Arends
1985987820
Merge pull request #5998 from curzon01/development
decode-config.py: adapt settings
2019-06-30 17:48:10 +02:00
Norbert Richter
b0fc277f7b decode-config.py: revert html changes 2019-06-30 17:29:11 +02:00
Norbert Richter
5ccd8bc2e7 decode-config.py: adapt settings
- add SetOption65 (tuya_show_dimmer)
2019-06-30 17:24:19 +02:00
Theo Arends
1b69502d9b Code optimization - Change for(uint8_t in for (uint32_t
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 16:44:36 +02:00
Theo Arends
30adce5648 Revert "Code optimization - Change for(uint8_t in for (uint32_t"
This reverts commit 5e1eac3f74.
2019-06-30 15:56:55 +02:00
Theo Arends
5e1eac3f74 Code optimization - Change for(uint8_t in for (uint32_t
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 15:47:32 +02:00
Theo Arends
207849a6d9
Merge pull request #5997 from ascillato/patch-1
Update Spanish Translation
2019-06-30 09:43:43 +02:00
Adrian Scillato
f8ebe35d85
Update Spanish Translation 2019-06-30 03:25:27 -03:00
Theo Arends
6ac1904e28
Merge pull request #5971 from s-hadinger/code_optim
Changed from double to float in Sunrise and sunset, -3.4k
2019-06-21 19:48:22 +02:00
Stephan Hadinger
5b524a2c95 More floats 2019-06-21 19:23:35 +02:00
Stephan Hadinger
b0eaea45bc Changed from double to float, -3.4k 2019-06-21 16:57:42 +02:00
Theo Arends
bcaafd7413 Change ADE7953 energy update code and add debug information
Change ADE7953 energy update code and add debug information (#5968)
2019-06-21 14:31:08 +02:00
Theo Arends
46210bc9f0 Add command SetOption40 0..250
Add command SetOption40 0..250 to disable button functionality if activated for over 0.1 second. Needs SetOption1 1 and SetOption13 0 (#5449)
2019-06-19 12:37:35 +02:00
Theo Arends
48215cd4af
Merge pull request #5964 from s-hadinger/tls_optimized
TLS+AWS IoT optimization for speed, code and memory footprint
2019-06-19 10:37:53 +02:00
Stephan Hadinger
4413a757d8 TLS+AWS IoT optimization for speed, code and memory footprint 2019-06-19 09:49:48 +02:00
Theo Arends
ddb81c7268 Update core 2.5.2 Arduino IDE files
Update core 2.5.2 Arduino IDE files
2019-06-17 22:38:07 +02:00
Theo Arends
5f3be7ca87 Add define USE_DHT to my_user_config.h to save space in sonoff-basic.bin
Add define USE_DHT to my_user_config.h to save space in sonoff-basic.bin
2019-06-16 17:03:41 +02:00
Theo Arends
12da2fd6f9 Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
2019-06-16 16:43:23 +02:00
Theo Arends
48b96528fc Add more ES6 javascript
Add more ES6 javascript
2019-06-15 16:09:04 +02:00
Theo Arends
1effa25402 Fix javascript error
Fix javascript error
2019-06-15 15:20:31 +02:00