Skip to content

Commit

Permalink
fix new esp-idf error
Browse files Browse the repository at this point in the history
  • Loading branch information
leduynhat committed Aug 19, 2022
1 parent f7a444d commit 63098fe
Show file tree
Hide file tree
Showing 7 changed files with 1,659 additions and 442 deletions.
17 changes: 10 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
2 changes: 1 addition & 1 deletion include/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
*/
#define I2C_SDA_PIN (15)
#define I2C_SCL_PIN (13)
#define I2C_CLOCK_SPEED (100000)
#define I2C_CLOCK_SPEED (100000ul)

/**
* @brief LED pin configuration
Expand Down
Loading

0 comments on commit 63098fe

Please sign in to comment.