Skip to content

Commit

Permalink
Fix ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 27, 2024
1 parent f995632 commit a4c9329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env]
[common]
#############################################################################################
lib_deps =
ksIotFrameworkLib=https://github.com/cziter15/ksIotFrameworkLib.git
Expand Down Expand Up @@ -36,13 +36,13 @@

# Define library dependencies.
lib_deps =
${env.lib_deps}
${common.lib_deps}
RadioLib=https://github.com/jgromes/RadioLib
DS18B20=https://github.com/cziter15/DS18B20

# Define build flags.
build_flags =
${env.build_flags}
${common.build_flags}
-DUSE_TEMP_SENSOR=1 # Enable temperature sensor.
-DAPP_LOG_ENABLED=1 # Enable logging.

Expand Down

0 comments on commit a4c9329

Please sign in to comment.