Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Thu Dec 06 11:40:19 2018 +0000
Revision:
8:45a0205a298f
Parent:
6:be97d38e0b01
Backing up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 2:06fa34661f19 1 extern char* CfgSsid;
andrewboyson 2:06fa34661f19 2 extern char* CfgPassword;
andrewboyson 2:06fa34661f19 3 extern char* CfgNtpIp;
andrewboyson 2:06fa34661f19 4 extern int CfgBaud;
andrewboyson 6:be97d38e0b01 5 extern int CfgLogNetwork;
andrewboyson 6:be97d38e0b01 6 extern char CfgTankRom[];
andrewboyson 6:be97d38e0b01 7 extern char CfgInletRom[];
andrewboyson 2:06fa34661f19 8
andrewboyson 2:06fa34661f19 9 extern int CfgInit();