-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a8ca13
commit a08efc5
Showing
1 changed file
with
0 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|