Skip to content

Commit 0e23227

Browse files
author
QuickSander
committed
fix: incorrect contributer user name.
1 parent 25e42cd commit 0e23227

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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](https://github.com/BlueAndi))
55+
* Basic authorization support (initial version by [Tomer-W](https://github.com/tomer-w)

platformio.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212
src_dir = examples/HelloHttp
1313
lib_dir = ../
1414

15-
; [env:huzzah]
16-
; platform = espressif8266
17-
; framework = arduino
18-
; board = huzzah
19-
; upload_port = /dev/cu.SLAB_USBtoUART
20-
; monitor_port = /dev/cu.SLAB_USBtoUART
21-
; monitor_speed = 115200
22-
; lib_deps =
23-
; agdl/Base64@^1.0.0
24-
2515
[env:esp01]
2616
platform = espressif8266
2717
framework = arduino

0 commit comments

Comments
 (0)