Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da5c6ab

Browse files
lucasssvazpre-commit-ci-lite[bot]SuGlider
authoredApr 15, 2024
Refactor repository with pre-commit hooks (espressif#9515)
* Add Config * Add Cache and remove pre-commit action * [pre-commit.ci lite] apply automatic fixes * Remove freeze * Fix * Update action * Use latest stable Python 3 version * Improve caching * Improve cache tag * Improve bot message * fix(typos): Fix typos * fix(typos): Fix more typos * refactor(udp_server): Convert script from Python 2 to 3 * Fix whitespace * Clang-format fixes * Prettier fixes * Black formatting * Manual fixes * Line endings * Fix flake and make Vale manual * Fix flake and reformat --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <[email protected]>
1 parent 4909dec commit da5c6ab

File tree

999 files changed

+60033
-61179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

999 files changed

+60033
-61179
lines changed
 

‎CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ set(ARDUINO_LIBRARY_EEPROM_SRCS libraries/EEPROM/src/EEPROM.cpp)
129129

130130
set(ARDUINO_LIBRARY_ESP_I2S_SRCS libraries/ESP_I2S/src/ESP_I2S.cpp)
131131

132-
set(ARDUINO_LIBRARY_ESP_NOW_SRCS
132+
set(ARDUINO_LIBRARY_ESP_NOW_SRCS
133133
libraries/ESP_NOW/src/ESP32_NOW.cpp
134134
libraries/ESP_NOW/src/ESP32_NOW_Serial.cpp)
135-
136-
set(ARDUINO_LIBRARY_ESP_SR_SRCS
135+
136+
set(ARDUINO_LIBRARY_ESP_SR_SRCS
137137
libraries/ESP_SR/src/ESP_SR.cpp
138138
libraries/ESP_SR/src/esp32-hal-sr.c)
139-
139+
140140
set(ARDUINO_LIBRARY_ESPmDNS_SRCS libraries/ESPmDNS/src/ESPmDNS.cpp)
141-
141+
142142
set(ARDUINO_LIBRARY_Ethernet_SRCS libraries/Ethernet/src/ETH.cpp)
143143

144144
set(ARDUINO_LIBRARY_FFat_SRCS libraries/FFat/src/FFat.cpp)
@@ -187,7 +187,7 @@ set(ARDUINO_LIBRARY_Ticker_SRCS libraries/Ticker/src/Ticker.cpp)
187187
set(ARDUINO_LIBRARY_Update_SRCS
188188
libraries/Update/src/Updater.cpp
189189
libraries/Update/src/HttpsOTAUpdate.cpp)
190-
190+
191191
set(ARDUINO_LIBRARY_USB_SRCS
192192
libraries/USB/src/USBHID.cpp
193193
libraries/USB/src/USBMIDI.cpp

‎Kconfig.projbuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ config ARDUHAL_ESP_LOG
209209
default "n"
210210
help
211211
This option will redefine the ESP_LOGx macros to Arduino's log_x macros.
212-
To enable for your application, add the follwing after your includes:
212+
To enable for your application, add the following after your includes:
213213
#ifdef ARDUINO_ARCH_ESP32
214214
#include "esp32-hal-log.h"
215215
#endif
@@ -390,4 +390,3 @@ config ARDUINO_SELECTIVE_SimpleBLE
390390
default y
391391

392392
endmenu
393-

0 commit comments

Comments
 (0)
Please sign in to comment.