G26-Telemetry-Software/include/common/common_libraries.hpp
2025-12-04 09:00:43 +01:00

9 lines
No EOL
148 B
C++

#ifndef COMMON_LIBRARIES_HPP
#define COMMON_LIBRARIES_HPP
#include <Arduino.h>
#include "time.h"
#include <ArduinoJson.h>
#include <vector>
#endif