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
00001 #include "mbed.h" 00002 #include "string" 00003 00004 //accesspoint 00005 #define ip "192.168.5.1" 00006 #define netzmaske "255.255.255.0" 00007 #define Port 80 00008 00009 //station 00010 #define station true //false Accesspoint 00011 #define scanAPs false 00012 #define ssid "x-Netz" 00013 #define passwort "aCT3xuSbm9rt" 00014 00015 //Diagnose-Meldungen an Terminal senden (nein = false) 00016 #define pDebug false 00017 00018 //Anschluss 00019 #define tx PB_10 00020 #define rx PB_11 00021 #define ESP8266_DEFAULT_BAUD_RATE 115200
Generated on Mon Oct 10 2022 00:34:34 by
1.7.2