Commit Graph
2890 Commits
Author SHA1 Message Date
tonhuisman 4ba9e2575e [Justifications] Added u/l for upper/lowercasing the value, removed dash-check from C justificaion 2020-05-31 13:07:26 +02:00
tonhuisman a7a09b2917 [Justifications] Add 'C' (Capitalize, OPEN -> Open) option 2020-05-31 11:51:23 +02:00
tonhuisman 209f9da365 Merge branch 'feature/value_formattings' of https://github.com/tonhuisman/ESPEasy-1 into feature/value_formattings 2020-05-31 10:33:10 +02:00
tonhuisman 700e6babd6 [Transformations] Adjusted R/r to L/l and added c 2020-05-31 10:31:31 +02:00
TD-er 12b7a005f8 Merge branch 'mega' into feature/value_formattings 2020-05-30 10:01:43 +02:00
tonhuisman fdc6ce70d2 [Transformation] Add R/r transformations (LEFT/RIGHT and L/R) 2020-05-29 20:01:32 +02:00
Gijs Noorlander c36f4d250d [Build] Fix merge error 2020-05-23 16:45:06 +02:00
TD-er dcfc3b2462 Merge branch 'mega' into webserver_port 2020-05-22 16:36:47 +02:00
TD-er 129db32427 Merge pull request #3086 from fmuntean/NOTIFIER_SET_NONE
Clean up code and variables when NOTIFIER_SET_NONE is defined.
2020-05-22 13:15:46 +02:00
TD-er e3bc9b2888 Merge pull request #3087 from fmuntean/ESP32_SPI
ESP32: Allow to select one of the two available SPI ports
2020-05-22 10:19:45 +02:00
TD-er 65ecd4f164 Merge pull request #3088 from fmuntean/TimeOffset
Fix for allowing negative timeOffset from UTC in constructor
2020-05-22 10:19:27 +02:00
TD-er 5aa9307b5d Merge branch 'mega' into NOTIFIER_SET_NONE 2020-05-22 10:18:55 +02:00
TD-er 4aeec07180 Merge pull request #3085 from fmuntean/DEFAULT_LAT_LONG
Allow to set the Latitude and longitude
2020-05-22 10:18:35 +02:00
TD-er 6aaed3cfb3 Merge pull request #3063 from sakinit/Fix-ESP32-undefined-pin-initialisation
Fix ESP32 undefined pin initialisation
2020-05-22 10:18:14 +02:00
TD-er 2765225905 Merge pull request #3062 from sakinit/Fix-ESP32-Webbrowser-Rules-page
Show for ESP32 also the first rule on the webserver rules page
2020-05-22 10:17:49 +02:00
TD-er ccce3a9bab Merge pull request #3084 from fmuntean/ESP32_TONE
Adding buzzer capabilities back to ESP32.
2020-05-22 10:17:22 +02:00
Florin 9e4c518d6f rename the tone to toneESP32 to be more specific 2020-05-21 22:22:56 -04:00
TD-er 2fe82840a6 Merge branch 'mega' into Fix-ESP32-undefined-pin-initialisation 2020-05-21 23:27:32 +02:00
TD-er 992a3e4218 Merge branch 'mega' into Fix-ESP32-Webbrowser-Rules-page 2020-05-21 23:22:23 +02:00
TD-er e16df36571 Merge branch 'mega' into DEFAULT_LAT_LONG 2020-05-21 23:04:54 +02:00
Florin 90dc0386b9 Fix for allowing negative timeOffset from UTC in constructor 2020-05-21 00:53:29 -04:00
Florin d8d2296c01 clean up code and variables when NOTIFIER_SET_NONE is defined. 2020-05-20 23:53:38 -04:00
Florin f33736b60f ESP32: Allow to select one of the two available SPI ports 2020-05-20 23:46:44 -04:00
Florin f952489f2d Allow to set the Latitude and longitude when resetting the firmware from custom.h or using the build_flags 2020-05-20 22:15:27 -04:00
Florin 6675d0b2d0 Adding buzzer capabilities back to ESP32. 2020-05-20 20:26:38 -04:00
Michał Obrembski a6616d4c4f Removed usage of String.clear()
It is not available in minimal_core_242_ESP8266_1M_OTA env
2020-05-19 13:39:27 +02:00
Michał Obrembski 0e03e2fda8 Renamed RAW to CSV, added printing of header 2020-05-19 10:19:16 +02:00
Michał Obrembski e2161521ae Fixed invalid check of valnr validity in CSV output mode 2020-05-19 10:19:16 +02:00
Michał Obrembski 60ddda946e Changed format of RAW to CSV, added ability to filter values 2020-05-19 10:19:16 +02:00
Michał Obrembski a33fef3974 Added /raw endpoint which gives an easy access to raw value of sensor
This will give you ability to get easy-parseable values for small embedded devices results
using only simple busybox tools such as awk or sed.
2020-05-19 10:19:16 +02:00
Bartłomiej Zimoń 6a028c3e42 Merge branch 'mega' into webserver_port 2020-05-12 22:52:02 +02:00
sakinit 9faeaf236c Don't repeat the last rule on the next webserver page 2020-05-10 16:31:48 +02:00
sakinit 4c65136cb0 Fix ESP32 undefined pin initialisation 2020-05-10 14:07:47 +02:00
sakinit 58366e5e6d Show for ESP32 also the first rule on the webserver rules page
Also mimic the behaviour of the ESP8266 implementation showing 26 rules
on a page duplicating the last rule as the first one on the next page.
2020-05-09 23:43:12 +02:00
Bartlomiej Zimon c32d82cc95 P2P: respect also build number in condition 2020-05-06 21:29:20 +00:00
Gijs Noorlander 75261097ba [RN2483] Controller should also send to TTN when not connected to WiFi 2020-05-06 11:52:07 +02:00
Bartlomiej Zimon f7e4867157 MDNS - send service with actual webserver port 2020-05-06 00:54:16 +00:00
Bartlomiej Zimon 6c3a687a22 Webserver port setting - add reboot note 2020-05-06 00:53:31 +00:00
Bartlomiej Zimon 6730106bc0 Webserver - increase BUILD number and set default value for port number 2020-05-05 01:14:22 +00:00
Bartlomiej Zimon 8b71f68abc p2p infopacket - use low/highByte 2020-05-05 00:32:30 +00:00
Bartlomiej Zimon 6e4683b712 NodeStruct: init webgui_portnumber value 2020-05-04 23:49:48 +00:00
Bartlomiej Zimon b6069c3ee5 P2P: send and receive webserver port number, add port to link on rootpage #2252 2020-05-04 22:59:40 +00:00
Bartlomiej Zimon e2da5c26dd Webserver - add port number setting into Advanced options, resolves #3031 and #573 2020-05-04 22:48:39 +00:00
Gijs Noorlander f7c5f0e88a [Shelly PLUG-S] Add template + build definition for Shelly PLUG-S
As mentioned a few times on the forum.
[one topic](https://www.letscontrolit.com/forum/viewtopic.php?f=5&t=7699)
2020-05-04 16:48:23 +02:00
Gijs Noorlander 932ffa9adb [Vagrant] Show Vagrant build as build origin on sysinfo page 2020-05-04 15:27:34 +02:00
Gijs Noorlander 3be16b2186 [PIO] Add Git branch description to build info 2020-05-03 12:22:47 +02:00
Gijs Noorlander da27bfd13c [PIO] Final fix for proper quote level per OS + store build platform 2020-05-03 11:50:14 +02:00
Gijs Noorlander 2afbd0f3ee [PIO] Fix showing binary file name in sysinfo page 2020-05-03 01:45:15 +02:00
Gijs Noorlander 784404792c [PIO] Generate filename at build, not in post processing
Generate filename, included in the build
Use post Python scripts to move files to the right directory
Use post Python scripts to generate .bin.gz files.
2020-05-03 01:05:20 +02:00
TD-er 9538a7198a Merge pull request #3042 from TD-er/bugfix/PVS_studio_issues
[Bugfix] PVS Studio issues
2020-05-02 16:11:05 +02:00