Skip to content

Commit

Permalink
Source for ESP-IDF (Espressif IoT Development Framework) e.g. VSCODE …
Browse files Browse the repository at this point in the history
…… …or Espressif IDE

Espressif-IDE -> https://dl.espressif.com/dl/esp-idf/
VSCODE -> https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension

Tested with ESP32-Dev on both developtment environments
  • Loading branch information
SFeli committed Nov 7, 2022
1 parent 4d16665 commit ab0e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32_S8_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void init()
{
/* Configure parameters of an UART driver,
* communication pins and install the driver */
uart_config_t uart_config = {
uart_config_t uart_config1 = {
.baud_rate = 9600,
.data_bits = UART_DATA_8_BITS,
.parity = UART_PARITY_DISABLE,
Expand Down

0 comments on commit ab0e2da

Please sign in to comment.