Skip to content

Commit

Permalink
eroku SSL Certificate removed temporary to fix the issue form 2021-06…
Browse files Browse the repository at this point in the history
…-01.
  • Loading branch information
mlukasek committed Jun 1, 2021
1 parent e082421 commit 34c5217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M5_NightscoutMon.ino
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ int readNightscout(char *url, char *token, struct NSinfo *ns) {
else
{
ns->is_Sugarmate = 0;
is_https_Heroku = (strstr(NSurl,"https://") != NULL) && (strstr(NSurl,"herokuapp.com") != NULL);
// is_https_Heroku = (strstr(NSurl,"https://") != NULL) && (strstr(NSurl,"herokuapp.com") != NULL);
Serial.print("is_https_Heroku "); Serial.println(is_https_Heroku);
if(cfg.sgv_only) {
strcat(NSurl,"/api/v1/entries.json?find[type][$eq]=sgv");
Expand Down

0 comments on commit 34c5217

Please sign in to comment.