mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
CI - clang-format-15 (#9085)
Stop CI from pulling LLVM repos and using GNUPG keyservers, ubuntu-latest already has clang-format-{13,14,15} Fixes long-standing issue with -style=file:...
This commit is contained in:
@ -25,15 +25,15 @@
|
||||
|
||||
// Select the FileSystem by uncommenting one of the lines below
|
||||
|
||||
//#define USE_SPIFFS
|
||||
// #define USE_SPIFFS
|
||||
#define USE_LITTLEFS
|
||||
//#define USE_SDFS
|
||||
// #define USE_SDFS
|
||||
|
||||
// Uncomment the following line to embed a version of the web page in the code
|
||||
// (program code will be larger, but no file will have to be written to the filesystem).
|
||||
// Note: the source file "extras/index_htm.h" must have been generated by "extras/reduce_index.sh"
|
||||
|
||||
//#define INCLUDE_FALLBACK_INDEX_HTM
|
||||
// #define INCLUDE_FALLBACK_INDEX_HTM
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
|
@ -24,9 +24,9 @@
|
||||
|
||||
// Select the FileSystem by uncommenting one of the lines below
|
||||
|
||||
//#define USE_SPIFFS
|
||||
// #define USE_SPIFFS
|
||||
#define USE_LITTLEFS
|
||||
//#define USE_SDFS
|
||||
// #define USE_SDFS
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user