Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
brushknight committed Oct 22, 2023
1 parent 2a8ca13 commit a08efc5
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -293,46 +293,3 @@ build_flags =
; GPIO >= 34 are input only
; (SOC_GPIO_VALID_GPIO_MASK & ~(0ULL | _FL_BIT(34) | _FL_BIT(35) | _FL_BIT(36) | _FL_BIT(37) | _FL_BIT(38) | _FL_BIT(39)))
-DSOC_GPIO_VALID_OUTPUT_GPIO_MASK=0x30EFFFFFF




; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

; [platformio]
; default_envs = view
; src_dir = firmware/src
; lib_dir = firmware/lib
; include_dir = firmware/include
; test_dir = firmware/test
; data_dir = firmware/data

; [base_config]
; platform = [email protected]
; framework = arduino
; monitor_speed = 115200
; monitor_flags =
; --eol=CRLF
; --echo
; --filter=esp32_exception_decoder
; upload_speed = 115200
; lib_deps =
; infineon/TLV493D-Magnetic-Sensor @ 1.0.3
; bxparks/AceButton @ 1.9.1
; bakercp/PacketSerial @ 1.4.0
; nanopb/Nanopb @ 0.4.6 ; Ideally this would reference the nanopb submodule, but that would require
; ; everyone to check out submodules to just compile, so we use the library
; ; registry for the runtime. The submodule is available for manually updating
; ; the pre-compiled (checked in) .pb.h/c files when proto files change, but is
; ; otherwise not used during application firmware compilation.
; build_flags =
; -DMONITOR_SPEED=115200

0 comments on commit a08efc5

Please sign in to comment.