TD-er
TD-er
Thanks for the explanation.
Ah had to re-read your post at least 3 times before I saw the misplaced `_` Will update it in the PR. The patch I now use on a Sonoff...
Right now the plugin is working quite well. I'm not sure if filtering on duty cycle is a good idea here as the actual processing of the pulses is done...
Just for completeness, the schematics of the 1.2 version of the T-beam: https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/schematic Also they split off the older boards, so here are all the LilyGo LoRa series schematics: https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/v0.0.1/schematic
I am looking into this. First I am ironing out some issues with AXP192 (my PRs have just been merged) and then I will look into the AXP2101. I have...
I have been reading into the existing libraries. There is even an example of how to make it runtime detectable. This does require some changes like keeping a pointer to...
For those willing to test, please double or triple check these lines first: https://github.com/cyberman54/ESP32-Paxcounter/commit/33486cc4ad51ce7a0e6ddeda970e1356fbacd842 I only can test it later this evening.
> What should happen > localIPv6() and globalIPv6() should be removed Nope! I can somewhat agree to the idea that `localIP()` should return the preferred type, but then there should...
> The signature should be changed to IPAddress localIP(uint8_t address_no = 0), similar to dnsIP(dns_no) Rather use an enum type. Especially if you want to use "0" as the preferred...
> (If you do want separate methods to give you global and link-local of the local station, then call then globalIPv6() and linkLocalIPv6() ... don't use localIP() and localIPv6() to...