I have just updated my Ferduino mega but I have a problem with ethernet yet I have:
Code: Select all
Const byte SD_CARD = 0;
Const byte ETHER_CARD = 1;
Const byte RFM = 2;
Const byte ChipSelect_SD = 5;
Const byte SelectSlave_ETH = 53;
Const byte ChipSelect_RFM = 69;
In debug it does not return the correct ip and MQTT does not connect!
Can you help me ?