Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 42de2fd

Browse files
authored
v1.0.1
### Version v1.0.1 Add support to and tested working ***OK*** in other architectures such as ***Teensy, SAM, SAMD, stm32, eps8266, esp32*** besides AVR.
1 parent a745a0c commit 42de2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The original [vczh-libraries/Vlpp](https://github.com/vczh-libraries/Vlpp) provi
44

55
The `functional portion` of the project was then forked and modified to be used for Arduino by [Marcus Rugger functional-vlpp library](https://github.com/marcusrugger/functional-vlpp).
66

7-
This is forked, modified to use and tested working ***OK*** in other architectures such as ***Teensy, SAM, SAMD, stm32, eps8266, esp32***.
7+
This library is forked, modified to use and tested working ***OK*** in other architectures such as ***Teensy, SAM, SAMD, stm32, eps8266, esp32***.
88

99
This library can be used as a replacement of C++11 STL `std::function`.
1010
For example, we can use `typedef vl::Func<void(void)> THandlerFunction` instead of `typedef std::function<void(void)> THandlerFunction` or `typedef void (*THandlerFunction)(void)`.
@@ -29,8 +29,8 @@ private:
2929
void startConfigurationMode()
3030
{
3131
...
32-
if (!server)
33-
server = new EthernetWebServer;
32+
if (!server)
33+
server = new EthernetWebServer;
3434

3535
if (server)
3636
{

0 commit comments

Comments
 (0)