mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 12:05:51 +01:00
bugfix dayahead
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user