From 45e887b00bd4ed1fc0c86ce4811380d57bce35b7 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 24 Apr 2020 21:01:37 +0900 Subject: [PATCH] Dropped unnecessary attribute --- examples/EEPROM/EEPROM.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/EEPROM/EEPROM.ino b/examples/EEPROM/EEPROM.ino index 8e812ba..9abbffe 100644 --- a/examples/EEPROM/EEPROM.ino +++ b/examples/EEPROM/EEPROM.ino @@ -57,8 +57,7 @@ const char AUX_EEPROM_IO[] PROGMEM = R"( "name": "write", "type": "ACSubmit", "value": "WRITE", - "uri": "/eeprom", - "global": true + "uri": "/eeprom" } ] },