Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/4c9f5c4d9be3eaf23dd1484a5dcbf3a6ada1456f/third-party/ArduinoJson/extras/tests/FailingBuilds/delete_jsondocument.cpp
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
// ArduinoJson - https://arduinojson.org
|
|
|
|
// Copyright Benoit Blanchon 2014-2021
|
|
|
|
// MIT License
|
|
|
|
|
|
|
|
#include <ArduinoJson.h>
|
|
|
|
|
|
|
|
struct Stream {};
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
JsonDocument* doc = new DynamicJsonDocument(42);
|
|
|
|
delete doc;
|
|
|
|
}
|