Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
381 B

  1. #define device_config_len 61
  2. const uint8_t device_config[] PROGMEM = {
  3. 0x7b,0x22,0x62,0x6f,0x61,0x72,0x64,0x22,0x3a,0x38,0x34,0x2c,0x22,0x64,0x65,0x76,0x69,0x63,0x65,0x22,
  4. 0x3a,0x22,0x47,0x45,0x4e,0x45,0x52,0x49,0x43,0x5f,0x47,0x45,0x49,0x47,0x45,0x52,0x5f,0x43,0x4f,0x55,
  5. 0x4e,0x54,0x45,0x52,0x22,0x2c,0x22,0x67,0x65,0x69,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64,0x22,0x3a,0x31,
  6. 0x7d
  7. };