ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

doku.md 476B

Hardware Timer didnt work https://github.com/khoih-prog/ESP8266TimerInterrupt#why-using-isr-based-hardware-timer-interrupt-is-better

=> Software Timer https://ullisroboterseite.de/esp8266-timing.html#timer

Zum aktivieren von GDBStub:

#include <GDBStub.h>

...

void setup() {
  Serial.begin(460800);
  gdbstub_init();

Achtung !

GDB muss dafür compiled werden GDB-Version aus Arduino Toolchain hat Support

$ ./start_xtensa_gdb_stub.sh