Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/80a7cd55c702e1c3fbd260fa3d53d5c70387b77d/third-party/ArduinoJson/extras/tests/FailingBuilds/assign_char.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>
|
|
|
|
|
|
|
|
// See issue #1498
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
DynamicJsonDocument doc(1024);
|
|
|
|
doc["dummy"] = 'A';
|
|
|
|
}
|