You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ httpReply.send("{\"All your base are belong to us!\"}");
40
40
Documentation
41
41
-------------
42
42
43
-
Documentation available in the [ArduinoHttpServer Github wiki](https://github.com/QuickSander/ArduinoHttpServer/wiki)
44
-
Article by P. Kaczmarek: [Arduino R4 WiFi and ArduinoHttpServer - fixes, launch, examples of use](https://www.elektroda.com/rtvforum/topic3996584.html)
43
+
-Documentation available in the [ArduinoHttpServer Github wiki](https://github.com/QuickSander/ArduinoHttpServer/wiki)
44
+
-Article by P. Kaczmarek on Elektroda.com: [Arduino R4 WiFi and ArduinoHttpServer - fixes, launch, examples of use](https://www.elektroda.com/rtvforum/topic3996584.html)
45
45
46
46
### Compiler options
47
47
The library can be adjusted to include less or more features depending on the board you use and your desires for hardware usage. Specify these in your project's ```platformio.ini``` via the [```build_flags```](https://docs.platformio.org/en/latest/projectconf/section_env_build.html#build-flags) argument or as ```#define``` in your source/header code before including ```ArduinoHttpServer.h```.
0 commit comments