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-07-26
- Revision:
- 22:ecf1681ea937
- Parent:
- 21:d282dea7b08a
- Child:
- 23:b2aba5831e57
File content as of revision 22:ecf1681ea937:
#include "mbed.h"
#include "string"
//Mit 3,3V verbinden (Jumperkabel)
#define CH_PD PB_13
#define RST PB_12
#define station false //false Accesspoint
//accesspoint
#define ip "192.168.5.1"
#define netzmaske "255.255.255.0"
#define Port 80
//station
#define scanAPs false
#define ssid "MIFI-43E8"
#define passwort "1234567890"
//Diagnose-Meldungen an Terminal senden (nein = false)
#define pDebug false
//Anschluss
#define tx PB_10
#define rx PB_11
//#define tx PA_11
//#define rx PA_12
#define ESP8266_DEFAULT_BAUD_RATE 115200