Ton Huisman
69cf6c1929
[Sysvars] Extend documentation for s_sunrise, m_sunrise, s_sunset and m_sunset
2021-05-30 16:36:47 +02:00
Ton Huisman
db824c1b2b
[Sysvars] Add %s_sunrise%, %m_sunrise%, %s_sunset% and %m_sunset% variables
2021-05-30 15:27:46 +02:00
TD-er
8d006a8e3e
[Docs] Document %iswifi% system environment variable
2021-05-23 00:37:04 +02:00
Christoph Kaiser
d90881689b
[P039] enhanced logfile formatting,; update of documentation; enhanced Voltage Modes for MAX 31856
2021-05-20 00:31:35 +02:00
chri-kai-in
af30552cb7
Merge branch 'mega' into P039_MERGE_RTD
2021-05-18 22:47:53 +02:00
TD-er
451e9590e8
Merge pull request #3639 from tonhuisman/feature/enable-logentry-for-other-levels-than-info
...
[Commands] Enable LogEntry to log for other level than INFO #3312
2021-05-18 17:56:36 +02:00
TD-er
666927882a
Fix build errors + reword label to "Do Not Start AP"
2021-05-18 14:50:36 +02:00
TD-er
5a608cb57f
[WiFi AP] Add flag to prevent starting WiFi AP.
2021-05-18 13:38:13 +02:00
chri-kai-in
32c73c35e2
Merge branch 'mega' into P039_MERGE_RTD
2021-05-15 12:58:00 +02:00
Ton Huisman
b432c9eeb7
[Command] Update LogEntry documentation, small code optimization
2021-05-15 12:12:57 +02:00
Ton Huisman
854d538e8b
[P012] Add commands to command reference
2021-05-14 16:36:47 +02:00
Ton Huisman
9807282450
Merge branch 'mega' into feature/p012-add-button-inversed-option
2021-05-14 16:24:05 +02:00
TD-er
134e132d92
Merge branch 'mega' into feature/p114-move-p130-veml6075-from-pluginplayground
2021-05-14 14:48:47 +02:00
chri-kai-in
44c47736bb
Merge branch 'mega' into P039_MERGE_RTD
2021-05-14 00:37:15 +02:00
TD-er
38774dfeb9
Merge branch 'mega' into feature/max1704x
2021-05-13 17:43:34 +02:00
TD-er
1c47a757e2
[LoRaWAN TTN] Fix controller not setting SF or FP & add ADR ( #3630 )
...
Fixes: #3630
- Add checkbox for enable/disable ADR (Adaptive Data Rate)
- Fix not being able to set Frequency Plan (FP)
- Fix not being able to set Spreading Factor (SF)
2021-05-13 16:13:17 +02:00
TD-er
34f85ba0d9
Merge branch 'mega' into feature/max1704x
2021-05-12 23:15:34 +02:00
chri-kai-in
b45409e51c
Merge branch 'mega' into P039_MERGE_RTD
2021-05-12 22:27:37 +02:00
TD-er
e3ea3020d8
[Cache controller] Make Cache controller work on ESP32
...
ESP32 does have less space on the file system than an ESP8266 with 4M flash.
So it is less useful on ESP32 with only 4M flash.
Still it does work :)
2021-05-12 17:29:41 +02:00
TD-er
bf7fa2adac
Merge branch 'mega' into feature/max1704x
2021-05-12 01:06:43 +02:00
chri-kai-in
5f1c03ae82
Merge branch 'mega' into P039_MERGE_RTD
2021-05-11 19:19:24 +02:00
TD-er
a16be4c45c
[Boot Cause] Make boot cause more clear + add %bootcause% for rules
...
(re)boot cause as integer value, to be used in rules.
- 0 = manual reboot (reset btn)
- 1 = cold boot
- 2 = deep sleep
- 3 = soft restart
- 10 = ext Watchdog
- 11 = SW Watchdog
- 12 = Exception
- 20 = Power unstable
2021-05-11 11:39:17 +02:00
TD-er
a5b86bd188
[P115] Clean up documentation
2021-05-10 10:31:05 +02:00
TD-er
b94f98a9af
[Docs] Fix some small documentation issues.
2021-05-10 09:24:25 +02:00
TD-er
09166df835
[MAX1704x] Add documentation
2021-05-08 15:38:53 +02:00
Ton Huisman
d1a0b12343
[P012] Documentation: improve 5V warning display and text
2021-05-05 21:52:30 +02:00
Christoph Kaiser
a0bc3a1f67
[P039] fixing multiple typos in P039.rst file
2021-05-05 19:03:53 +02:00
Christoph Kaiser
45b7c49ab8
[P039] further corrections rfom revews and initial documentation for P039 plugin
2021-05-05 14:23:15 +02:00
Ton Huisman
9e5b54c745
[P012] Update documentation
2021-05-04 22:25:08 +02:00
TD-er
a6a8ce71ad
Merge branch 'mega' into P003-2.2-PULSE-enhancement
2021-05-03 00:37:56 +02:00
Ton Huisman
61a9adccc3
[Build] Revert unneeded change to build.yml, add docs on use of Custom.h
2021-05-02 19:48:10 +02:00
Ton Huisman
407170e6fb
Merge branch 'feature/build-split-testing-sets-in-4-pieces' of https://github.com/tonhuisman/ESPEasy-1 into feature/build-split-testing-sets-in-4-pieces
2021-05-02 16:48:08 +02:00
Ton Huisman
6bde89860b
[Build] Disable dev build, update README.md and build documentation
2021-05-02 16:47:43 +02:00
Ton Huisman
913d62362b
Merge branch 'mega' into feature/build-split-testing-sets-in-4-pieces
2021-05-01 16:59:25 +02:00
TD-er
09d6fe6c80
[BME680] Fix elevation compensation + add 2 conversion commands
...
Also added 2 commands:
- Altitude(air,sea): `%c_alt_pres_sea%(850,1000)` = `1350.03` meter.
- PressureElevation(air,alt): `%c_sea_pres_alt%(850,1350.03)` = 1000.00 hPa
2021-04-27 00:50:04 +02:00
Ton Huisman
2dd03b2d5d
[P114] Add documentation
2021-04-25 15:21:45 +02:00
Ton Huisman
bdbc7230e9
[Build] Fix compilation error for MAX builds, missed 1 changed docs file
2021-04-24 21:17:34 +02:00
Ton Huisman
9b8c1359b9
[Build] Split testing sets into 4 pieces
2021-04-24 14:19:55 +02:00
TD-er
59db405f16
Merge pull request #3570 from tonhuisman/feature/P113-add-vl53l1x-tof-sensor
...
[P113] Add VL53L1X Time of Flight sensor to ESPEasy
2021-04-20 12:44:07 +02:00
Ton Huisman
fec5ce20cf
Merge branch 'mega' into feature/P113-add-vl53l1x-tof-sensor
2021-04-16 20:48:12 +02:00
Ton Huisman
af84d77623
Merge branch 'mega' into feature/add-setting-for-quoted-json-bool-values
2021-04-16 20:37:30 +02:00
Ton Huisman
4959b6151e
[JSON] Invert setting logic, adjust setting index
2021-04-16 20:33:16 +02:00
TD-er
0284667f4c
[Docs] Document new added WiFi settings
2021-04-16 09:19:32 +02:00
TD-er
6fef983321
[WiFi Setup] Add clear WiFi credentials button (for deployment)
2021-04-14 23:41:09 +02:00
Ton Huisman
1ede6ebcb3
[JSON] Add documentation, initialize the setting during factory reset
2021-04-12 21:55:05 +02:00
TD-er
b2456b6fe4
[Deployment cconfig] Allow for deployment SSID and emergency fallback
...
Only in Custom builds!
2021-04-12 12:41:17 +02:00
Ton Huisman
9b469c12ff
Merge branch 'mega' into feature/P113-add-vl53l1x-tof-sensor
2021-04-11 23:09:23 +02:00
Kim-MrX
486d06ddd2
Merge branch 'mega' into P003-2.2-PULSE-enhancement
2021-04-11 22:48:21 +02:00
Ton Huisman
55d71d7f08
[SysVars] Adjust documentation
2021-04-11 21:13:12 +02:00
Ton Huisman
34e95b473b
[SysVars] Update documentation
2021-04-11 20:56:40 +02:00