This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Commit e23200d
authored
v1.1.0 to fix multiple-definitions linker error
### Releases v1.1.0
1. Fix `multiple-definitions` linker error and weird bug related to `src_cpp`. Check [Different behaviour using the src_cpp or src_h lib #80](khoih-prog/ESPAsync_WiFiManager#80)
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples1 parent b35e34d commit e23200d
File tree
22 files changed
+880
-142
lines changed- examples
- Ethernet
- AsyncCustomHeader
- AsyncDweetGet
- AsyncDweetPost
- AsyncHTTPRequest
- AsyncSimpleGET
- AsyncWebClientRepeating
- WiFi
- AsyncCustomHeader
- AsyncDweetGet
- AsyncDweetPost
- AsyncHTTPRequest
- AsyncSimpleGET
- AsyncWebClientRepeating
- platformio
- src
22 files changed
+880
-142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments