Skip to content

Commit

Permalink
fix options.txt, update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
har-in-air committed Sep 21, 2022
1 parent dca3b72 commit a0d4f9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
1 change: 0 additions & 1 deletion data/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ varioDisplayIIR [90,99] 95

# Kalman Filter
accelVariance [50,150] 120
zMeasVariance [80,500] 150

# Miscellaneous
backlitSecs [5,60] 30
Expand Down
2 changes: 0 additions & 2 deletions littlefsbuilder.py

This file was deleted.

Binary file removed mklittlefs
Binary file not shown.
19 changes: 4 additions & 15 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
; 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

[env:esp32dev]
;platform = espressif32
platform = https://github.com/platformio/platform-espressif32.git#feature/idf-master

platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32
platform = https://github.com/platformio/platform-espressif32.git
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32

board = esp32dev
framework = arduino
board_build.f_cpu = 80000000L
board_build.f_flash = 40000000L
board_build.filesystem = littlefs

; 4MB flash, LittleFS partition = 0x28000 bytes, app partition = 0x1E0000 bytes x 2 (OTA firmware update support)
board_build.partitions = partitions.csv
Expand All @@ -31,4 +21,3 @@ build_flags =
lib_deps =
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/har-in-air/ESPAsyncWebServer.git
extra_scripts = ./littlefsbuilder.py

0 comments on commit a0d4f9f

Please sign in to comment.