This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Commit 5bff077
authored
v1.5.0 to fix multiple-definitions linker error
### Releases v1.5.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 de52b1a commit 5bff077
File tree
1 file changed
+7
-4
lines changed- examples/AsyncHTTPRequest_ESP_WiFiManager
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
559 | 562 | | |
560 | 563 | | |
561 | 564 | | |
562 | | - | |
563 | | - | |
| 565 | + | |
| 566 | + | |
564 | 567 | | |
565 | | - | |
566 | | - | |
| 568 | + | |
| 569 | + | |
567 | 570 | | |
568 | 571 | | |
569 | 572 | | |
| |||
0 commit comments