Limpieza codigo

This commit is contained in:
Miguel Angel de Heras 2025-02-26 11:34:07 +01:00
parent 965e181c94
commit b8b86f6f7e
4 changed files with 16 additions and 8 deletions

View file

@ -9,8 +9,6 @@
; https://docs.platformio.org/page/projectconf.html
[env:ARDUINO_GIGA_M7]
;platform = https://github.com/dberlin/platform-ststm32.git#develop
;platform = https://github.com/dberlin/platform-ststm32
platform = ststm32
board = giga_r1_m7
framework = arduino
@ -20,11 +18,9 @@ board_build.arduino.flash_layout = 75_25 ;50_50, 75_25, 100_0
lib_deps = bblanchon/ArduinoJson@^7.2.0
[env:ARDUINO_GIGA_M4]
;platform = https://github.com/dberlin/platform-ststm32.git#develop
platform = ststm32
board = giga_r1_m4
framework = arduino
monitor_speed = 1000000
;upload_port = COM16
board_build.arduino.flash_layout = 75_25 ;50_50, 75_25, 100_0
;board_build.arduino.flash_layout = 100_0 ;50_50, 75_25, 100_0
board_build.arduino.flash_layout = 75_25 ;50_50, 75_25, 100_0

5
CraterLab_camera/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

View file

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View file

@ -9,8 +9,6 @@
; https://docs.platformio.org/page/projectconf.html
[env:ARDUINO_GIGA_M7]
;platform = https://github.com/dberlin/platform-ststm32.git#develop
;platform = https://github.com/dberlin/platform-ststm32
platform = ststm32
board = giga_r1_m7
framework = arduino
@ -22,7 +20,6 @@ lib_deps = https://github.com/br3ttb/Arduino-PID-Library
[env:ARDUINO_GIGA_M4]
;platform = https://github.com/dberlin/platform-ststm32.git#develop
platform = ststm32
board = giga_r1_m4
framework = arduino