mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
big merge
This commit is contained in:
6
components/spotify/cspot/src/Packet.cpp
Normal file
6
components/spotify/cspot/src/Packet.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Packet.h"
|
||||
|
||||
Packet::Packet(uint8_t command, std::vector<uint8_t> &data) {
|
||||
this->command = command;
|
||||
this->data = data;
|
||||
};
|
||||
Reference in New Issue
Block a user