implemented aliyun on PubSubClient(untested)

This commit is contained in:
strawmanbobi
2024-02-15 18:27:27 +08:00
parent e96ab56e62
commit 4d54cb273a
12 changed files with 48 additions and 235 deletions

View File

@@ -15,7 +15,9 @@
"memory_resource": "cpp",
"system_error": "cpp",
"*.tcc": "cpp",
"functional": "cpp"
"functional": "cpp",
"string.h": "c",
"arduino.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}