File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ Characteristics
5252* Customizable memory footprint for caching returned body data.
5353* No external dependencies outside of the standard Arduino framework.
5454* Object oriented implementation.
55- * Basic authorization support (initial version by @ BlueAndi )
55+ * Basic authorization support (initial version by [ BlueAndi] ( https://github.com/BlueAndi ) )
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ StreamHttpErrorReply KEYWORD1
1212StreamHttpAuthenticateReply KEYWORD1
1313send KEYWORD2
1414getCode KEYWORD2
15+ authenticate KEYWORD1
Original file line number Diff line number Diff line change 88 "url" : " http://sander.technology" ,
99 "maintainer" : true
1010 },
11- "version" : " 0.9.6 " ,
11+ "version" : " 0.9.8 " ,
1212 "repository" :
1313 {
1414 "type" : " git" ,
Original file line number Diff line number Diff line change 11name =ArduinoHttpServer
2- version =0.9.6
2+ version =0.9.8
33author =Sander van Woensel <sander@vanwoensel.me>
44maintainer =Sander van Woensel <sander@vanwoensel.me>
55sentence =Server side minimalistic HTTP protocol implementation.
Original file line number Diff line number Diff line change @@ -26,13 +26,12 @@ lib_dir = ../
2626platform = espressif8266
2727framework = arduino
2828board = esp01
29- extra_scripts = ../../Tools/platformio_esptool.py
3029lib_deps = agdl/Base64@^1.0.0
3130
3231[env:uno]
3332platform = atmelavr
3433framework = arduino
3534board = uno
3635lib_deps =
37- WiFi
36+ arduino-libraries/ WiFi
3837 agdl/Base64@^1.0.0
You can’t perform that action at this time.
0 commit comments