Sfoglia il codice sorgente

added OPTIONS parameter

first bit allows for forcing arm status to true
Roel Schiphorst 3 anni fa
parent
commit
5e5727959a
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      RemoteIDModule/parameters.h

+ 7 - 0
RemoteIDModule/parameters.h

@@ -35,8 +35,15 @@ public:
     char wifi_ssid[21] = "";
     char wifi_password[21] = "ArduRemoteID";
     uint8_t wifi_channel = 6;
+<<<<<<< HEAD
     uint8_t options;
+=======
+<<<<<<< HEAD
+>>>>>>> 727a68a (added OPTIONS parameter)
     uint8_t to_factory_defaults = 0;
+=======
+    uint8_t options;
+>>>>>>> 9a24a3e (added OPTIONS parameter)
     struct {
         char b64_key[64];
     } public_keys[MAX_PUBLIC_KEYS];