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.

11 lines
972 B

  1. #define device_config_len 178
  2. const uint8_t device_config[] PROGMEM = {
  3. 0x7b,0x22,0x62,0x6f,0x61,0x72,0x64,0x22,0x3a,0x35,0x30,0x2c,0x22,0x64,0x65,0x76,0x69,0x63,0x65,0x22,
  4. 0x3a,0x22,0x41,0x52,0x49,0x4c,0x55,0x58,0x5f,0x41,0x4c,0x5f,0x4c,0x43,0x30,0x31,0x22,0x2c,0x22,0x6c,
  5. 0x69,0x74,0x43,0x68,0x47,0x50,0x49,0x4f,0x30,0x22,0x3a,0x35,0x2c,0x22,0x6c,0x69,0x74,0x43,0x68,0x47,
  6. 0x50,0x49,0x4f,0x31,0x22,0x3a,0x31,0x32,0x2c,0x22,0x6c,0x69,0x74,0x43,0x68,0x47,0x50,0x49,0x4f,0x32,
  7. 0x22,0x3a,0x31,0x33,0x2c,0x22,0x6c,0x69,0x74,0x43,0x68,0x4c,0x6f,0x67,0x69,0x63,0x30,0x22,0x3a,0x30,
  8. 0x2c,0x22,0x6c,0x69,0x74,0x43,0x68,0x4c,0x6f,0x67,0x69,0x63,0x31,0x22,0x3a,0x30,0x2c,0x22,0x6c,0x69,
  9. 0x74,0x43,0x68,0x4c,0x6f,0x67,0x69,0x63,0x32,0x22,0x3a,0x30,0x2c,0x22,0x6c,0x69,0x74,0x50,0x72,0x6f,
  10. 0x76,0x69,0x64,0x65,0x72,0x22,0x3a,0x32,0x2c,0x22,0x72,0x6c,0x79,0x44,0x75,0x6d,0x6d,0x79,0x22,0x3a,
  11. 0x31,0x2c,0x22,0x72,0x6c,0x79,0x50,0x72,0x6f,0x76,0x69,0x64,0x65,0x72,0x22,0x3a,0x32,0x7d
  12. };