File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1818#define POSTDATA_SIZE 256
1919#define POSTDATA_GCODE_SIZE 50
2020#define JSONDOCUMENT_SIZE 1024
21- #define USER_AGENT " OctoPrintAPI/1.1.5 (Arduino)"
21+ #define USER_AGENT " OctoPrintAPI/1.1.6 (Arduino)"
2222
2323struct printerStatistics {
2424 String printerState;
Original file line number Diff line number Diff line change @@ -80,15 +80,19 @@ Uses the getPrintJob() function of the class to get the current print job and re
8080## Authors
8181
8282* ** Stephen Ludgate** - * Initial work* - [ chunkysteveo] ( https://github.com/chunkysteveo )
83- * ** Stephen Ludgate** - * Contributor* - [ sidddy] ( https://github.com/sidddy )
84- * ** Stephen Ludgate** - * Contributor* - [ anfichtn] ( https://github.com/anfichtn )
83+ * ** sidddy** - * Contributor* - [ sidddy] ( https://github.com/sidddy )
84+ * ** anfichtn** - * Contributor* - [ anfichtn] ( https://github.com/anfichtn )
85+ * ** Lars Simonsen** - * Contributor* - [ LarsSimonsen] ( https://github.com/LarsSimonsen )
86+ * ** JCsGotThis** - * Contributor* - [ jcassel] ( https://github.com/jcassel )
8587
8688## License
8789
8890See the [ LICENSE.md] ( LICENSE.md ) file for details
8991
9092
9193## Release History
94+ * 1.1.6
95+ * Bumping the version up including all the latest and greatest PR's from [ JCsGotThis] ( https://github.com/jcassel ) !
9296* 1.1.5
9397 * Bumping the version up to see if it helps with PlatformIO including the latest files.!
9498* 1.1.4
Original file line number Diff line number Diff line change 11name =OctoPrintAPI
2- version =1.1.5
2+ version =1.1.6
33author =Stephen Ludgate
44maintainer =Stephen Ludgate <
[email protected] >
55sentence =Arduino library to access OctoPrint API.
You can’t perform that action at this time.
0 commit comments