Skip to content

Dependency Issues ESP32Async/AsyncTCP + me-no-dev/AsyncTCP #390

Description

@LukasHanser

Hi,

im working on a project where i have to use the newer ESP32Async/AsyncTCP(https://github.com/ESP32Async/AsyncTCP).

This introduces build errors - because of the same lib installed twice (me-no-dev/AsyncTCP requirement in the library.json)

eModbus/library.json

Lines 26 to 32 in 331b9e6

"dependencies": [
{
"owner": "me-no-dev",
"name": "AsyncTCP",
"version": "*",
"platforms": ["espressif32"]
},

found my solution by replacing the part in library.json -
maybe you could look into if a swap to the new fork may be an option ?

    {
      "owner": "ESP32Async",
      "name": "AsyncTCP",
      "version": "*",
      "platforms": ["espressif32"]
    },

thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions