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-22
- Revision:
- 17:87c762acb8d0
- Parent:
- 16:b09391fb73b4
- Child:
- 18:f8b8a6d9ab0c
File content as of revision 17:87c762acb8d0:
#include "mbed.h"
#include "string"
//Mit 3,3V verbinden (Jumperkabel)
//CH_PD (PB_13);
//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 "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