Skip to content

Commit

Permalink
removed pi build, hope action works
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinal Atapattu authored and Dinal Atapattu committed Sep 19, 2024
1 parent de26c71 commit ff84ee0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:pico]
platform = raspberrypi
board = pico
framework = arduino
lib_deps =
sparkfun/SparkFun BMI270 Arduino Library@^1.0.2
dfrobot/DFRobot_QMC5883@^1.0.0
dfrobot/DFRobot_BMP3XX @ ^1.0.3
mikalhart/TinyGPSPlus@^1.1.0
; [env:pico]
; platform = raspberrypi
; board = pico
; framework = arduino
; lib_deps =
; sparkfun/SparkFun BMI270 Arduino Library@^1.0.2
; dfrobot/DFRobot_QMC5883@^1.0.0
; dfrobot/DFRobot_BMP3XX @ ^1.0.3
; mikalhart/TinyGPSPlus@^1.1.0
[env:esp32]
platform = espressif32
board = esp32-s3-devkitm-1
Expand Down

0 comments on commit ff84ee0

Please sign in to comment.