|
@@ -436,25 +436,6 @@ void setup() { //REMEMBER NOT INITIALIZE ANY VARIABLES OR ARRAYS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- int EEPROM_Active_ControllerID_addr = 0 ;
|
|
|
|
|
-
|
|
|
|
|
- int EEPROM_Active_ControllerID_read ;
|
|
|
|
|
-
|
|
|
|
|
-// EEPROM.get( EEPROM_Active_ControllerID_addr, EEPROM_Active_ControllerID_read );
|
|
|
|
|
- EEPROM_Active_ControllerID_read = EEPROM.read( EEPROM_Active_ControllerID_addr );
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- if(EEPROM_Active_ControllerID_read > 0 ) {
|
|
|
|
|
- //const ing Active_ControllerID_E = 0x13 ;
|
|
|
|
|
- Serial.println("EER[OK]");
|
|
|
|
|
- } else {
|
|
|
|
|
- Serial.println("EER[EMPT]");
|
|
|
|
|
- // const ing Active_ControllerID_E = 0x13 ;
|
|
|
|
|
- EEPROM.update(EEPROM_Active_ControllerID_addr, 0x13);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
#if defined(DEBUG) || defined(DEBUG_QUEUE)
|
|
#if defined(DEBUG) || defined(DEBUG_QUEUE)
|
|
|
Serial.println("#329 Serial.begin(115200)");
|
|
Serial.println("#329 Serial.begin(115200)");
|
|
|
#endif
|
|
#endif
|