feat: disable webusb popup by default

This commit is contained in:
Florian
2020-02-13 09:32:00 +09:00
committed by Florian Didron
parent 5bf407c8e9
commit 65edbc6261

View File

@@ -15,7 +15,9 @@
#define WEBUSB_LANDING_PAGE_PROTOCOL 1 /* 0: http 1: https forced to 1 since https is a requirement to connect over webusb */ #define WEBUSB_LANDING_PAGE_PROTOCOL 1 /* 0: http 1: https forced to 1 since https is a requirement to connect over webusb */
#define WEBUSB_LANDING_PAGE_INDEX 1 #ifndef WEBUSB_LANDING_PAGE_INDEX
# define WEBUSB_LANDING_PAGE_INDEX 0
#endif
#define WEBUSB_VERSION VERSION_BCD(1, 0, 0) #define WEBUSB_VERSION VERSION_BCD(1, 0, 0)