Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix forever conflicting ArduinoJson library versions #1

Open
tobozo opened this issue Nov 26, 2020 · 0 comments
Open

Fix forever conflicting ArduinoJson library versions #1

tobozo opened this issue Nov 26, 2020 · 0 comments

Comments

@tobozo
Copy link

tobozo commented Nov 26, 2020

Got the two versions (5x and 6x to coexist on my system after doing the following changes:

  • Found the ArduinoJson folder and edited library.json and library.properties to change the "name" property to ArduinoJsonDeauther
  • Renamed ArduinoJson.h to ArduinoJsonDeauther.h
  • Updated SSID.h, Names.h, functions.h and esp8266_deauther.h to include ArduinoJsonDeauther.h

Since ArduinoJson is a submodule of this repository I guess any such change would have to be included in a CI job and possibly create more problems downstream, still a valid solution to let the library conflict problem go away though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant