mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-09-26 23:09:27 +08:00
Update platformio.ini
This commit is contained in:
parent
2a8ca139e0
commit
a08efc56c5
@ -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 = espressif32@3.4
|
||||
; 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user