You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Got the two versions (5x and 6x to coexist on my system after doing the following changes:
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.
The text was updated successfully, but these errors were encountered: