Commit Graph

1536 Commits

Author SHA1 Message Date
Gregg ecd97e6e71 Added option to set Priority and CPU in autoPoll()
Also added vTaskDelay(5) in pollTask to make sure competing tasks can operate (for example, if priority was set to greater than 2, touch sensor did not operate).  Adding vTaskDelay(5) solved this problem.
2023-03-25 10:58:03 -05:00
HomeSpan 61665c6776
Update UserGuide.md 2023-03-18 17:07:14 -05:00
HomeSpan d392dcec01
Update Tutorials.md 2023-03-18 17:06:59 -05:00
HomeSpan 3c86e158f1
Update TVServices.md 2023-03-18 17:06:39 -05:00
HomeSpan f3dd2f1315
Update ServiceList.md 2023-03-18 17:06:23 -05:00
HomeSpan 5f016a9c36
Update Reference.md 2023-03-18 17:06:05 -05:00
HomeSpan c721823516
Update RMT.md 2023-03-18 17:05:39 -05:00
HomeSpan ed595f1ac6
Update QRCodes.md 2023-03-18 17:05:26 -05:00
HomeSpan f6fa5e350d
Update Pixels.md 2023-03-18 17:05:12 -05:00
HomeSpan ff06c85b30
Update PWM.md 2023-03-18 17:04:57 -05:00
HomeSpan 389f485bc3
Update Overview.md 2023-03-18 17:04:29 -05:00
HomeSpan b691693981
Update OTA.md 2023-03-18 17:04:10 -05:00
HomeSpan 5b62c70f3e
Update NOW.md 2023-03-18 17:03:48 -05:00
HomeSpan 517a88411b
Update Logging.md 2023-03-18 17:03:33 -05:00
HomeSpan 1824adf9da
Update FAQ.md 2023-03-18 17:02:39 -05:00
HomeSpan 5356453f36
Update GettingStarted.md 2023-03-18 17:02:09 -05:00
HomeSpan 8aa3bf81bb
Update Categories.md 2023-03-18 16:57:38 -05:00
HomeSpan 2168dfc974
Update CLI.md 2023-03-18 16:56:45 -05:00
HomeSpan efdeca7b84
Update README.md 2023-03-18 16:52:03 -05:00
HomeSpan 3a92e9bac8
Update README.md 2023-03-18 16:48:21 -05:00
Gregg 6ea9181c08 Move README to top-level folder 2023-03-18 16:46:13 -05:00
Gregg 75930a1d6e Update FeatherPins.h
Changed from old ESP32-C3-DevKitM-1 to new ESP32-C3-DevKitC-02
2023-03-17 22:26:52 -05:00
HomeSpan 9df6f3c500
Update Reference.md 2023-02-25 16:15:22 -06:00
HomeSpan 1ea1aef3a2
Update GettingStarted.md 2023-02-25 16:12:26 -06:00
HomeSpan 513da6a2d9
Update README.md 2023-02-25 16:06:51 -06:00
HomeSpan 57e9c6c36c
Update ServiceList.md 2023-02-25 15:43:32 -06:00
HomeSpan d1b6be2236
Update Categories.md 2023-02-25 15:41:16 -06:00
Gregg fee74dccab Merge branch 'dev' of https://github.com/HomeSpan/HomeSpan into dev 2023-02-25 15:34:23 -06:00
Gregg cde3348b79 Update src.ino 2023-02-25 15:34:14 -06:00
HomeSpan 0faadd8ef3
Update Reference.md 2023-02-25 15:33:59 -06:00
Gregg 09063fb7dc Extended functionality of setValidValues() to allow INT, UINT8, UINT16, and UINT32 Characteristics 2023-02-25 15:07:02 -06:00
HomeSpan f3fb9c3cfd
Update ServiceList.md 2023-02-20 14:37:31 -06:00
HomeSpan ae7d4ddcb8
Update Reference.md 2023-02-18 22:55:48 -06:00
HomeSpan 23976e5f45
Update Reference.md 2023-02-18 22:32:47 -06:00
Gregg 7e3d26fe6e Removed initialization of WiFiClient in HAP.h
See #508 for details.
2023-02-18 22:21:54 -06:00
HomeSpan 864a526bd9
Update ServiceList.md 2023-02-18 15:53:44 -06:00
HomeSpan 1fa225f40f
Update ServiceList.md 2023-02-18 15:50:57 -06:00
Gregg 69af3d59a3 Replaced Service definitions with macros CREATE_SERV and END_SERV
This has no effect on the code but the names of the macros can be used as flags for an external script to autogenerate documentation in the form of a list of all services and characteristics supported by HomeSpan
2023-02-16 07:23:22 -06:00
Gregg 0ecaf2ee7f Add CUSTOM_CHAR_HEADER logic
used to include custom Characteristics in a common header without redefining.
2023-02-12 13:24:19 -06:00
HomeSpan bd46416b64
Update Reference.md 2023-02-11 08:09:19 -06:00
HomeSpan 5cb29526c3
Update OTA.md 2023-02-11 07:57:26 -06:00
Gregg 22bd16e936 Added ability to set OTA password from within sketch
Adds second form of homeSpan.enableOTA(const char *pwd, boolean safeLoad=true)
2023-02-11 07:49:16 -06:00
HomeSpan cccbceeab7
Merge pull request #498 from HomeSpan/dev
Release of HomeSpan 1.7.1
2023-02-04 20:16:44 -06:00
HomeSpan 8114798cae
Update LICENSE 2023-02-04 18:52:19 -06:00
HomeSpan 83d994f321
Update library.properties 2023-02-04 18:51:08 -06:00
HomeSpan 1b3e901a63
Update README.md 2023-02-04 18:49:18 -06:00
HomeSpan 2e88e5a093
Update README.md 2023-02-04 18:23:37 -06:00
HomeSpan 86944152e7
Update README.md 2023-02-04 18:19:49 -06:00
Gregg 88897ee085 Updated copyright dates on source code 2023-02-04 11:41:57 -06:00
Gregg 2f713b3749 Update HomeSpan.h 2023-02-04 10:15:37 -06:00