Browse Source

readme

pull/32/head
Piotr Wilkon 2 years ago
parent
commit
eb00ad619d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      README_pl.md

+ 1
- 1
README.md View File

@ -42,7 +42,7 @@ Since version 2.0.0, you will also need to get the appropriate submodule ([LwFEC
git submodule init
git submodule update
```
Since version 2.0.0, there is also a possibility to build the firmware with or without FX.25 protocol support. The `ENABLE_FX25` symbol must be defined to enable FX.25 support. On SW4STM32 (and STM32CubeIDE probably), this can be done under *Project->Properties->C/C++ Build->Settings->Preprocessor->Defined symbols*.
Since version 2.0.0, there is also a possibility to build the firmware with or without FX.25 protocol support. The `ENABLE_FX25` symbol must be defined to enable FX.25 support. On STM32CubeIDE, this can be done under *Project->Properties->C/C++ Build->Settings->Preprocessor->Defined symbols*.
## Contributing
All contributions are appreciated.


+ 1
- 1
README_pl.md View File

@ -40,7 +40,7 @@ Począwszy od wersji 2.0.0 konieczne jest także pobranie odpowiedniego modułu
git submodule init
git submodule update
```
Począwszy od wersji 2.0.0 istnieje również możliwość kompilowania oprogramowania z obsługą lub bez obsługi protokołu FX.25. Symbol `ENABLE_FX25` musi zostać zdefiniowany, aby włączyć obsługę FX.25. W SW4STM32 (i prawdopodobnie w STM32CubeIDE) można to zrobić w menu *Project->Properties->C/C++ Build->Settings->Preprocessor->Defined symbols*.
Począwszy od wersji 2.0.0 istnieje również możliwość kompilowania oprogramowania z obsługą lub bez obsługi protokołu FX.25. Symbol `ENABLE_FX25` musi zostać zdefiniowany, aby włączyć obsługę FX.25. W STM32CubeIDE można to zrobić w menu *Project->Properties->C/C++ Build->Settings->Preprocessor->Defined symbols*.
## Wkład
Każdy wkład jest mile widziany.


Loading…
Cancel
Save