#ifndef _CHASEMAPPER_H #define _CHASEMAPPER_H #include "Sonde.h" //#include #include class Chasemapper { public: static int send(WiFiUDP &udb, SondeInfo *si); }; #endif