Browse Source

0.8.1030005

pull/1615/head
Patrick Amrhein 6 months ago
parent
commit
b163774358
  1. 2
      src/defines.h
  2. 4
      src/web/html/setup.html

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 1030004
#define VERSION_PATCH 1030005
//-------------------------------------
typedef struct {
uint8_t ch;

4
src/web/html/setup.html

@ -1710,6 +1710,10 @@
var e = document.getElementById("ze_groups");
e.innerHTML = ""; // remove all childs
e.append(ml("table", {class: "table"}, ml("tbody", {}, lines)));
// TODO: Hinweis Developmentversion - Entfernen wenn erledigt
e.append(
divRow("ACHTUNG:", "Dies ist eine sehr junge Developmentversion, bitte nicht unbeaufsichtig laufen lassen."),
);
// TODO: Uebersetzen mit lang.json und auf die entsprechende Dokuseite verlinken
e.append(
divRow("Hinweis: ",

Loading…
Cancel
Save