Files
Last update 7 years 2 weeks
by
Nick
diag.cpp/* * Copyright (C) 2016-2017 Nick Naumenko (https://github.com/nnaumenko) * All rights reserved * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ #include "diag.h" namespace diag { const Texts PROGMEM texts; const TextsUI PROGMEM textsUI; const DiagLogConsoleHTML PROGMEM diagLogConsoleHTML; }; //namespace diag