Skip to content

Commit

Permalink
order platforms alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Aug 28, 2024
1 parent a95b21e commit bd40ff4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,21 +299,6 @@
},
},
},
{
name: "RAK4631",
id: ROM.PRODUCT_RAK4631,
platform: ROM.PLATFORM_NRF52,
models: [
{
id: ROM.MODEL_11,
name: "433 MHz",
},
{
id: ROM.MODEL_12,
name: "868 MHz / 915 MHz / 923 MHz",
},
],
},
{
name: "LilyGO T-Beam",
id: ROM.PRODUCT_TBEAM,
Expand Down Expand Up @@ -531,6 +516,21 @@
},
],
},
{
name: "RAK4631",
id: ROM.PRODUCT_RAK4631,
platform: ROM.PLATFORM_NRF52,
models: [
{
id: ROM.MODEL_11,
name: "433 MHz",
},
{
id: ROM.MODEL_12,
name: "868 MHz / 915 MHz / 923 MHz",
},
],
},
{
name: "RNode",
id: ROM.PRODUCT_RNODE,
Expand Down

0 comments on commit bd40ff4

Please sign in to comment.