Closed ameharoo closed 2 years ago
So the problem is that we want to include string.h
, but Windows instead includes String.h
? Could you post the build error?
Problem is, that the emulator MUST overwrite the Arduino-File String.h
with its custom implementation and well, the name is therefore fixed... Maybe you can add a flag to be case sensitive?
Closing this issue, as I need at least some logs, otherwise I can't do anything...
What is not working?
The emulator does not compile due to case-insensitive filesystem on Windows. Conflict between string.h and String.h. in file
emulator/lib/ArduinoJson/src/ArduinoJson/Strings/Adapters/RamString.hpp:26:21
How to reproduce this
Steps to reproduce the behavior:
What should happen instead?
Including string.h instead String.h.
Environment
Additional context
Maybe change the name of String.h to something else?