Skip to content
Snippets Groups Projects
Commit 3032f591 authored by Moritz Perschke's avatar Moritz Perschke
Browse files

espnow.hpp got removed in reverting commit

parent 14dca731
No related branches found
No related tags found
5 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!3Merge Branch `develop` into `sensor_readout`,!1Espnow
#include <string>
#define NUM_SENSORS 10
// I originally wanted to define the mac addresses here, but i got a "multiple definition" error?
typedef struct dataMessage{
std::string identifiers[NUM_SENSORS];
float values[NUM_SENSORS];
}dataMessage;
int send_data(dataMessage data);
int espnow_setup();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment