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.
Einstellungen.h
- Committer:
- jack1930
- Date:
- 2021-06-18
- Revision:
- 15:e710f0431920
- Parent:
- 14:d17cfd8131b1
- Child:
- 16:b09391fb73b4
File content as of revision 15:e710f0431920:
#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
//Anschluss
#define tx PB_10
#define rx PB_11
#define ESP8266_DEFAULT_BAUD_RATE 115200