Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.
Last update 6 months 1 week by Stephen Crane
Filesrf24bridge
..
data
.gitignore
Configuration.cpp
Configuration.h
Makefile
rf24bridge.ino
Configuration.h
#ifndef __CONFIGURATION_H__ #define __CONFIGURATION_H__ class Configuration { public: bool read_file(const char *filename); protected: virtual void configure(class JsonDocument &doc) = 0; }; #endif
Report a bug