mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-02 19:39:32 +01:00
applied platformio structure
This commit is contained in:
11
lib/spotify/cspot/include/Packet.h
Normal file
11
lib/spotify/cspot/include/Packet.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace cspot {
|
||||
struct Packet {
|
||||
uint8_t command;
|
||||
std::vector<uint8_t> data;
|
||||
};
|
||||
} // namespace cspot
|
||||
Reference in New Issue
Block a user