StorageB

Results 9 comments of StorageB

The library is still working fine. However, Google did make changes to their Script Editor. If you make changes to your Google Script, you must make a new deployment and...

You created the variables "time_start" and "time_finish" to be published: ![Screenshot from 2022-11-23 15-22-04](https://user-images.githubusercontent.com/44729718/203648875-38223c29-67f4-4b67-b1be-e479c641322b.png) You have a typo in your sendData function where you use "time_star" instead of "time_start": ![Screenshot...

In the sendData function can you print the url and host variables to make sure they are correct before attempting to publish as that is what is used here: `if(client->POST(url,...

I do not know what the limit is for this method of sending data, but I can confirm that this was working sending a string of 24 integer values from...

The ESP8266 code is here: https://pastebin.com/1ezT7Yqc The Google Script code is here: https://pastebin.com/ANJeJhrB

This appears to be an issue in the official 0.9.1 release. I noticed Vorta running much longer than normal this morning and saw that it was backing up files that...

My thought is to add this to the Manage Excluded Items popup window, and rename that window to "Manage Excluded Items" instead of "Add patterns to exclude." A new tab...

This is great!! I appreciate the work on this. My thoughts on the UI: - The Preview tab should be last (and it should show the active exclude if present...

Because the ESP8266 code uses commas to separate the multiple values sent to Google Sheets, it is easier to make this change in the Google Script code after the string...