Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions examples/IRrecvDumpV2/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@ build_flags = -D_IR_LOCALE_=it-IT ; Italian
[env:pt-BR]
build_flags = -D_IR_LOCALE_=pt-BR ; Portuguese (Brazilian)

[env:zh-CN]
build_flags = -D_IR_LOCALE_=zh-CN ; Chinese (Simplified)
[env:ru-RU]
build_flags = -D_IR_LOCALE_=ru-RU ; Russian

[env:sv-SE]
build_flags = -D_IR_LOCALE_=sv-SE ; Swedish

[env:zh-CN]
build_flags = -D_IR_LOCALE_=zh-CN ; Chinese (Simplified)

; Build the library with all protocols disabled to flush out #if/#ifdef issues &
; any compiler warnings, by turning them into errors.
[env:shakedown_no_protocols]
Expand Down
6 changes: 6 additions & 0 deletions examples/IRrecvDumpV3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,11 @@ build_flags = -D_IR_LOCALE_=fr-FR ; French
[env:it-IT]
build_flags = -D_IR_LOCALE_=it-IT ; Italian

[env:ru-RU]
build_flags = -D_IR_LOCALE_=ru-RU ; Russian

[env:sv-SE]
build_flags = -D_IR_LOCALE_=sv-SE ; Swedish

[env:zh-CN]
build_flags = -D_IR_LOCALE_=zh-CN ; Chinese (Simplified)