mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 20:28:36 -07:00
adaptation to the new build system + fixes
This commit is contained in:
@@ -17,35 +17,26 @@
|
||||
static const uint32_t subghz_frequency_list[] = {
|
||||
/* 300 - 348 */
|
||||
300000000,
|
||||
302757000, /* FCC ID N6U303NTX */
|
||||
303875000,
|
||||
304250000, /* Ceiling Fan - Harbor Breeze*/
|
||||
304250000,
|
||||
310000000,
|
||||
313850000, /* 2007 Honda Key */
|
||||
315000000,
|
||||
318000000,
|
||||
348000000,
|
||||
387000000,
|
||||
|
||||
/* 387 - 464 */
|
||||
390000000,
|
||||
418000000,
|
||||
433075000, /* LPD433 first */
|
||||
433220000, /* 2016-2020 Honda */
|
||||
433420000,
|
||||
433889000, /* ROGUE? */
|
||||
433920000 | FREQUENCY_FLAG_DEFAULT, /* LPD433 mid */
|
||||
434420000,
|
||||
434775000, /* LPD433 last channels */
|
||||
438900000,
|
||||
464000000,
|
||||
|
||||
/* 779 - 928 */
|
||||
779000000,
|
||||
868350000,
|
||||
915000000,
|
||||
925000000,
|
||||
928000000,
|
||||
0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user