AsyncTCP@^1.1.1 #65
Replies: 14 comments 11 replies
-
closing. Please upgrade to the lasted version of AsyncTCP. as stated in the form when opening the issue and please look at the doc for the new coordinates. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
thanks for the answer.. how i should upadate my init to get the latest version? Thanks |
Beta Was this translation helpful? Give feedback.
-
Processing esp32dev (platform: [email protected]; board: esp32dev; framework: arduino)Library Manager: Installing me-no-dev/ESP Async WebServer @ ^1.2.3 |
Beta Was this translation helpful? Give feedback.
-
Hello, we can support the use and bugs in relation to the ESP32Async but not the usage of PlatformIO or Arduino IDE. |
Beta Was this translation helpful? Give feedback.
-
@simogaspa84 you need to change from |
Beta Was this translation helpful? Give feedback.
-
@me-no-dev HELLO . If i change the platformio.ini in this way instead with this lib_deps = my code is not working. Since we are going to production can i ask kindly to restore such version in the repo? Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
@me-no-dev with the new coordinates of the repo i have
|
Beta Was this translation helpful? Give feedback.
-
@simogaspa84 read my last comment again please |
Beta Was this translation helpful? Give feedback.
-
in this way ? platform = [email protected] |
Beta Was this translation helpful? Give feedback.
-
@me-no-dev please i really need such version of the libs.. with the new release i have many errors in the code.. i need time to fix such issues
Thanks |
Beta Was this translation helpful? Give feedback.
-
@simogaspa84 : please read the doc, you have an example here: |
Beta Was this translation helpful? Give feedback.
-
Dear @mathieucarbou thanks for your help.. i was at least able to compile using this setting in platformio.ini but in my code i was creating a captive portal (perfectly working with the old libs) .. now i got this issue when i try to send data [ 66113][E][WiFiUdp.cpp:185] endPacket(): could not send data: 12 do you know the reason ? Thanks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
IDE / Tooling
Arduino (IDE/CLI)
What happened?
Dear @me-no-dev .. I was working with your amazing lib..
This was my platformio file
[env:esp32dev]
platform = [email protected]
board = esp32dev
framework = arduino
check_tool = cppcheck
check_flags = cppcheck: --enable=all --language=c++ --addon=misra.json
lib_ldf_mode = deep
lib_deps =
me-no-dev/AsyncTCP@^1.1.1
Now i get this issue
HTTPClientError:
Would you be so glad to tell me how to fix it ?
Thanks
Stack Trace
HTTPClientError:
Minimal Reproductible Example (MRE)
[env:esp32dev]
platform = [email protected]
board = esp32dev
framework = arduino
check_tool = cppcheck
check_flags = cppcheck: --enable=all --language=c++ --addon=misra.json
lib_ldf_mode = deep
lib_deps =
me-no-dev/AsyncTCP@^1.1.1
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions