bugfix dayahead

This commit is contained in:
Nic Limper
2024-01-30 00:49:49 +01:00
parent 1c7d45865d
commit 72c1b7bf40
2 changed files with 4 additions and 2 deletions

View File

@@ -5,12 +5,12 @@
#define CONTENT_QR
#define CONTENT_RSS
#define CONTENT_BIGCAL
#define CONTENT_NFCLUT
#define CONTENT_DAYAHEAD
#endif
#define CONTENT_CAL
#define CONTENT_BUIENRADAR
#define CONTENT_NFCLUT
#define CONTENT_TAGCFG
#define CONTENT_DAYAHEAD
#include <Arduino.h>
#include <ArduinoJson.h>

View File

@@ -472,6 +472,7 @@
"name": "Set NFC URL",
"desc": "Send the URL to the NFC chip. The URL is transmitted to a NFC reader (like your phone) if you hold it next to the tag",
"capabilities": 64,
"properties": [ "savespace" ],
"param": [
{
"key": "url",
@@ -486,6 +487,7 @@
"name": "Send custom LUT",
"desc": "EXPERIMENTAL. Don't use. YOU RISK DAMAGING YOUR SCREEN.",
"capabilities": 4,
"properties": [ "savespace" ],
"param": [
{
"key": "bytes",