Commit Graph

24 Commits

Author SHA1 Message Date
Theo Arends b6e6e76e95 Update .gitignore 2020-10-26 15:20:48 +01:00
Jason2866 75b3cb7216
Platformio v.5.0 change
All runtime Platformio build files are in folder `.pio` 
The entrys are left overs from Platformio before 5.x
2020-10-06 16:03:59 +02:00
Jason2866 cf313d2fa0
Update .gitignore 2020-09-30 11:03:39 +02:00
Jason2866 7fbed52c45
Update .gitignore 2020-06-09 13:28:16 +02:00
Jason2866 3bfb62bc0b
Add platformio_tasmota_cenv.ini to .gitignore 2020-04-19 16:38:49 +02:00
Barbudor 2124d03f53 Added *.code-workspace to .gitignore 2020-04-13 23:18:05 +02:00
Erik a611ad4983 Add build_output to gitignore 2020-03-15 20:05:25 +01:00
Jason2866 d2f14c6b83
add tasmota*.bin.gz to .gitignore 2020-01-07 20:59:35 +01:00
Jason2866 f71483dec2
Update .gitignore 2019-11-28 16:10:55 +01:00
s-hadinger 7fe8ec4eb2
Ignore `bin` and `map` files after compilation. 2019-11-19 10:07:36 +01:00
Theo Arends 0e07397ff7 Change Sonoff-Tasmota to Tasmota 2019-10-27 12:04:08 +01:00
Theo Arends d6a5b651d5 Update cache usage
Update cache usage
2019-09-21 15:17:07 +02:00
Stephan Hadinger fa7796a2b2 Adding firmware.asm to .gitignore 2019-09-14 10:55:23 +02:00
Theo Arends 5bbbe299f3 Update .gitignore 2019-04-12 12:14:34 +02:00
Laurent Dong 09732c9f2d Add new compare operators ("==", "!=" ,">=" and "<=") for rule
Introduce new compare operators for rules and did some optimization as well.
The new "==" operator act as a real number comparison instead of the previous "=" operator which is doing string comparison which result in FALSE for "1 + 1 = 2". For example:
rule1 on event#test do backlog var1 1;add1 1; event CompareWith2=2 endon on event#CompareWith2=%var1% do ledpower on endon
ledpower off
rule1 on
event test
2019-02-05 09:34:17 -05:00
Rodney Gitzel 9413ba9f47 optionally append timezone to timestamp in JSON messages 2018-09-05 14:51:12 -07:00
Theo Arends 457f438bac v5.14.0a - Sync with release 2018-05-15 17:13:51 +02:00
Tortone Gennaro fd2171ad9b Merge remote-tracking branch 'upstream/development' into development 2018-03-01 08:44:12 +01:00
Theo Arends 9b5ae54350 v5.12.0c - Ignore OS specific files #1983
Ignore OS specific files #1983
2018-02-24 17:57:07 +01:00
Theo Arends ac848572c9 v5.12.0c - Fix hold time action and wifi
5.12.0c
 * Fix intermittent exception when dns lookup is used while sleep is enabled
 * Fix 5.4.0 regression turning off single press after button hold during 4x hold time
 * Fix possible wifi connection problem by erasing sdk configuration parameters
2018-02-24 16:37:33 +01:00
Gennaro Tortone c577f79965 new .gitignore 2018-01-31 21:26:47 +01:00
Gennaro Tortone 8da33ec466 vscode setup 2018-01-31 21:24:30 +01:00
arendst 1ce4e75dd8 ignore user_config_override.h (#1554)
ignore user_config_override.h (#1554)
2018-01-10 10:31:36 +01:00
arendst c485dff3d7 Update platformio info 2017-01-28 16:44:00 +01:00