See repository for new version.

This commit is contained in:
GuruSR 2022-01-02 21:08:50 -05:00 committed by GitHub
parent 664517ec56
commit cdac98b767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
#ifndef WATCHY_OLSEN2POSIX_H
#define WATCHY_OLSEN2POSIX_H
#include <Arduino.h>
class Olsen2POSIX{
public:
String getPOSIX(String Olsen);
const String TZMISSING = "--MISSING--";
};
#endif