Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
πŸ› fix: Fix platformio.ini Setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsun1031 committed Aug 28, 2024
1 parent db271bd commit 5e3f41c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ board = esp32doit-devkit-v1
platform = espressif32 @ 6.8.1
framework = arduino
monitor_speed = 115200
board_build.partitions = scanner.csv

[env:esp32doit-devkit-v1]
build_flags =
; '-D CONFIG_ESP_WIFI_SSID=""'
; '-D CONFIG_ESP_WIFI_PASSWORD=""'
; '-D CONFIG_ESP_WIFI_AP_SSID=""'
; '-D CONFIG_ESP_WIFI_AP_PASSWORD=""'
board_build.partitions = scanner.csv

[env:esp32doit-devkit-v1]
lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer.git
bblanchon/ArduinoJson @ 7.1.0
Expand All @@ -29,6 +29,10 @@ lib_deps =
[env:VL53L1X]
build_flags =
'-D CONFIG_VL53L1X'
; '-D CONFIG_ESP_WIFI_SSID=""'
; '-D CONFIG_ESP_WIFI_PASSWORD=""'
; '-D CONFIG_ESP_WIFI_AP_SSID=""'
; '-D CONFIG_ESP_WIFI_AP_PASSWORD=""'
lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer.git
bblanchon/ArduinoJson @ 7.1.0
Expand Down

0 comments on commit 5e3f41c

Please sign in to comment.