debug_fram
This commit is contained in:
parent
b4b7232937
commit
091dc183fe
7 changed files with 126 additions and 48 deletions
|
@ -14,6 +14,12 @@
|
|||
#include <WiFi.h>
|
||||
#include <FRAM.h>
|
||||
|
||||
// FRAM Address for ESPMegaPROIoT
|
||||
// Starts from 34
|
||||
// Ends at 300 (inclusive)
|
||||
// Total of 267 bytes
|
||||
#define FRAM_ADDRESS 34
|
||||
|
||||
struct NetworkConfig
|
||||
{
|
||||
IPAddress ip;
|
||||
|
@ -81,6 +87,7 @@ public:
|
|||
void setBaseTopic(char *base_topic);
|
||||
void bindEthernetInterface(ETHClass *ethernetIface);
|
||||
bool networkConnected();
|
||||
void bindFRAM(FRAM *fram);
|
||||
|
||||
IoTComponent* getComponent(uint8_t card_id);
|
||||
IPAddress getETHIp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue