mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-22 21:14:50 +00:00
Add Singapore Region (#3165)
Add 923MHz band for Singapore. Regulatory reference: https://www.imda.gov.sg/-/media/imda/files/regulation-licensing-and-consultations/ict-standards/telecommunication-standards/radio-comms/imdatssrd.pdf bands 30d. Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
parent
d246c47ae7
commit
74b90d3505
@ -123,6 +123,13 @@ const RegionInfo regions[] = {
|
|||||||
*/
|
*/
|
||||||
RDEF(MY_919, 919.0f, 924.0f, 100, 0, 27, true, true, false),
|
RDEF(MY_919, 919.0f, 924.0f, 100, 0, 27, true, true, false),
|
||||||
|
|
||||||
|
/*
|
||||||
|
Singapore
|
||||||
|
SG_923 Band 30d: 917 - 925 MHz at 100mW, no restrictions.
|
||||||
|
https://www.imda.gov.sg/-/media/imda/files/regulation-licensing-and-consultations/ict-standards/telecommunication-standards/radio-comms/imdatssrd.pdf
|
||||||
|
*/
|
||||||
|
RDEF(SG_923, 917.0f, 925.0f, 100, 0, 20, true, false, false),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
2.4 GHZ WLAN Band equivalent. Only for SX128x chips.
|
2.4 GHZ WLAN Band equivalent. Only for SX128x chips.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user