mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +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:
@ -15,7 +15,7 @@
|
||||
bin/PostServer/PostServer
|
||||
then put your PC's IP address in SERVER_IP below, port 9080 (instead of default 80):
|
||||
*/
|
||||
//#define SERVER_IP "10.0.1.7:9080" // PC address with emulation on host
|
||||
// #define SERVER_IP "10.0.1.7:9080" // PC address with emulation on host
|
||||
#define SERVER_IP "192.168.1.42"
|
||||
|
||||
#ifndef STASSID
|
||||
|
Reference in New Issue
Block a user