Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/4b0f1f3b684a4f60e4e635d4205e88d8b0a29cf9/third-party/ArduinoJson/extras/tests/FailingBuilds/Issue978.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() {
|
|
|
|
Stream* stream = 0;
|
|
|
|
DynamicJsonDocument doc(1024);
|
|
|
|
deserializeJson(doc, stream);
|
|
|
|
}
|