Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Einstellungen.h
- Revision:
- 15:e710f0431920
- Parent:
- 14:d17cfd8131b1
- Child:
- 16:b09391fb73b4
--- a/Einstellungen.h Thu Jun 10 07:32:53 2021 +0000 +++ b/Einstellungen.h Fri Jun 18 15:33:21 2021 +0000 @@ -1,10 +1,17 @@ #include "mbed.h" #include "string" +//accesspoint #define ip "192.168.5.1" #define netzmaske "255.255.255.0" #define Port 80 +//station +#define station true //false Accesspoint +#define scanAPs false +#define ssid "x-Netz" +#define passwort "aCT3xuSbm9rt" + //Diagnose-Meldungen an Terminal senden (nein = false) #define pDebug false