Skip to content

Commit

Permalink
added sleep sound (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunokjod committed Jul 4, 2023
1 parent e484f96 commit fe1d685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ board_build.partitions = ./twatch16MB.csv
;board_build.filesystem = littlefs
board_build.embed_files =
asset/boot_sound_muji.mp3
asset/sleep_sound_muji.mp3
asset/openweathermap_org.pem
asset/raw_githubusercontent_com.pem
twatch16MB.csv
build_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DCOMPONENT_EMBED_FILES=asset/boot_sound_muji.mp3:asset/sample_text.txt:asset/openweathermap_org.pem:asset/raw_githubusercontent_com.pem
-DCOMPONENT_EMBED_FILES=asset/boot_sound_muji.mp3:asset/sleep_sound_muji.mp3:asset/sample_text.txt:asset/openweathermap_org.pem:asset/raw_githubusercontent_com.pem
-DLUNOKIOT_BLE_ENABLED
-DCONFIG_BT_NIMBLE_PINNED_TO_CORE=0
-DCONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE=0x00C0
Expand Down

0 comments on commit fe1d685

Please sign in to comment.