AliGeenius / Kimai-RFID-ESP

This programm is build for for an ESP8265/ESP8266 to communicate with the open source Kimai timetracking software via the API sending RFIDs to the server for starting/stopping timesheets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcoded IP

kevinpapst opened this issue · comments

Today I was browsing the code, trying to understand it and stumbled upon:

http.begin(client, "192.168.178.200", port, request, false);

Is that on purpose or a mistake where the config should be used instead?

Hi @kevinpapst
that's truely a bug! Wondering that nobody reported problems 🥲
thanks for your report and good eyes!
Will be fixed