We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1a250 commit 9ce9fd4Copy full SHA for 9ce9fd4
.gitignore
@@ -26,4 +26,4 @@ Icon
26
.AppleDesktop
27
Network Trash Folder
28
Temporary Items
29
-.apdisk
+.apdisk
library.properties
@@ -7,5 +7,5 @@ paragraph=This library simplfies using the popular ChatGPT API for AI text creat
7
category=Data Processing
8
url=https://github.com/ProgrammingElectronicsAcademy/chatGPT-Arduino-library
9
architectures=*
10
-depends=ArduinoJson (>=6.21.3), WiFiClientSecure
+depends=ArduinoJson (>=6.21.3),WiFiClientSecure
11
includes=ChatGPTuino.h
linting.yml
@@ -0,0 +1,3 @@
1
+ - name: arduino/arduino-lint-action
2
+ uses: arduino/arduino-lint-action@v1.0.2
3
+
0 commit comments