File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,21 @@ Below is a list with cars with which this device works (has been tested) or can
9696
9797The project was to be as uncomplicated as possible, so I was looking for a board with an ESP32 module with the display already built in.
9898
99- I found two solutions for my project:
99+ The code is prepared for the following ready-made modules:
100+
100101* WIFI_kit_32
101- * WeMos Lolin32 OLED
102+ * WeMos Lolin32 OLED.
103+ * Diymore esp32 OLED
102104
103- The program is prepared for both versions.
104105
105106The board selection is made in the ` platformio.ini ` file by leaving one of the options uncommented:
106107
108+ There are 3 ready-made configurations defined in the ` platformio.ini ` file. Each of them sets the corresponding compilation flag:
109+
107110```
108- -DWIFI_KIT_32_BOARD
111+ ; -DWIFI_KIT_32_BOARD
109112;-DWEMOS_BOARD
113+ ;-DDIYMORE_BOARD
110114```
111115
112116Optionally, you can add a buzzer (with a generator) that informs you when:
Original file line number Diff line number Diff line change @@ -96,17 +96,18 @@ Poniżej znajduje się lista z autami z którymi działa (zostało przetestowane
9696
9797Projekt miał być jak najmniej skomplikowany, dlatego szukałem płytki z modułem ESP32 z już wbudowanym wyświetlaczem.
9898
99- Znalazłem dwa rozwiązania do swojego projektu:
99+ Kod jest przygotowany pod następujące gotowe moduły:
100+
100101* WIFI_kit_32
101102* WeMos Lolin32 OLED
103+ * Diymore esp32 OLED
102104
103- Program jest przygotowany pod obie wersje.
104-
105- Wyboru płytki dokonujemy w pliku ` platformio.ini ` pozostawiając odkomentowaną jedną z opcji:
105+ W pliku ` platformio.ini ` zdefiniowne są 3 gotowe konfiguracje. Każda z nich ustawia odpowiednią flagę kompilacji:
106106
107107```
108- -DWIFI_KIT_32_BOARD
108+ ; -DWIFI_KIT_32_BOARD
109109;-DWEMOS_BOARD
110+ ;-DDIYMORE_BOARD
110111```
111112
112113Opcjonalnie można dodać buzzer (z generatorem) który informuje o:
You can’t perform that action at this time.
0 commit comments