Files
Benoit Blanchon f051f8328d Undef true and false macros
Replacing `true` with `1` changes `JsonString("ABC", true)` into `JsonString("ABC", 1)`, so all static strings had a length of 1.

This is a workaround for arduino/ArduinoCore-sam#50
Fixes #2181
2025-06-19 13:59:15 +02:00
..
2025-02-24 15:18:26 +01:00
2025-02-24 15:18:26 +01:00
2025-02-24 15:18:26 +01:00
2025-06-19 13:59:15 +02:00