Skip to content

Commit

Permalink
Issue-454: Updated outdated example default_envs vars (ClusterDuck-Pr…
Browse files Browse the repository at this point in the history
…otocol#458)

* Updated outdated example default_envs vars

Signed-off-by: Marhababanu Chariwala <[email protected]>

* add sx1262 env

Signed-off-by: faradaym <[email protected]>

---------

Signed-off-by: Marhababanu Chariwala <[email protected]>
Signed-off-by: faradaym <[email protected]>
Co-authored-by: faradaym <[email protected]>
  • Loading branch information
marhabac33 and faradaym authored Oct 31, 2024
1 parent 2b2895d commit 160d47a
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 24 deletions.
7 changes: 4 additions & 3 deletions examples/Basic-Ducks/DetectorDuck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = DetectorDuck CDP examples

Expand Down
7 changes: 4 additions & 3 deletions examples/Basic-Ducks/DuckLink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = DuckLink CDP examples

Expand Down
7 changes: 4 additions & 3 deletions examples/Basic-Ducks/MamaDuck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = MamaDuck CDP examples

Expand Down
7 changes: 4 additions & 3 deletions examples/Basic-Ducks/PapaDuck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = PapaDuck CDP examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = Custom Mama Detect examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = Custom Mama examples

Expand Down
7 changes: 4 additions & 3 deletions examples/Custom-Papa-Examples/AWS-PapaDuck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = AWS PapaDuck CDP examples

Expand Down
7 changes: 4 additions & 3 deletions examples/Custom-Papa-Examples/MQTT-PapaDuck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
;; uncomment the line below to build for your board

default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V3
; default_envs = local_heltec_wifi_lora_32_V2
; default_envs = local_ttgo_t_beam
; default_envs = local_ttgo_lora32_v1
; default_envs = local_lilygo_t_beam_sx1262

; default_envs = prod_heltec_wifi_lora_32_V3
; default_envs = prod_heltec_wifi_lora_32_V2
; default_envs = prod_ttgo_t_beam
; default_envs = prod_ttgo_lora32_v1
; default_envs = prod_lilygo_t_beam_sx1262

description = Papa MQTT CDP examples

Expand Down

0 comments on commit 160d47a

Please sign in to comment.