replace sync sockets

This commit is contained in:
cjkas 2026-03-23 14:49:17 +01:00
parent 8c51e1a518
commit ed8137e686
8 changed files with 154 additions and 142 deletions

View file

@ -1,7 +1,8 @@
{
"permissions": {
"allow": [
"Bash(~/.platformio/penv/Scripts/platformio.exe run:*)"
"Bash(~/.platformio/penv/Scripts/platformio.exe run:*)",
"Bash(grep -n \"emitSockets\" \"c:/Users/oem/Documents/PlatformIO/Projects/ESPSomfy-RTS/src\"/*.cpp)"
]
}
}