as-iotex

Results 9 comments of as-iotex

@kokke How difficult would it be to implement printing as decimal? I am also interested in this functionality. I am not 100% sure on how to do it but I...

Hello, In napt available on 2.0.4? I am still getting the undefined reference errors. My sketch: ``` #include #include #define CONFIG_LWIP_IP_FORWARD 1 #define CONFIG_LWIP_IPV4_NAPT 1 #define CONFIG_LWIP_L2_TO_L3_COPY 1 #define PROTO_TCP...

@Jason2866 Thanks for this. Much appreciated. I also had the impression that adding the defines to Arduino would't make any changes. I used your fork and my sketch compiles. Does...

Is this expected to be merged soon? We are developing an Arduino library which uses 3rd party modules The fact that we cannot specify additional include paths is forcing us...

Hi In my case I am seeing that neither header nor URL interpolation is working. I am using a custom decoder. I have verified it works. The values are decoded...

Hey @JAndrassy I am using the ArduinoOTA bundled library, and I would like to use a custom MAC address or static IP. I am using the W5500 ethernet module Does...

@JAndrassy I tried your library and I am seeing this conflicting declaration error: ``` In file included from /home/user/Arduino/libraries/EthernetESP32/src/EthernetESP32.h:4, from /home/user/projects/smartpadel/smartpadelFW/src/ProdinoOTA.cpp:51: /home/user/Arduino/libraries/EthernetESP32/src/utility/EMACDriver.h:32:3: error: 'ETH_PHY_LAN8720' conflicts with a previous declaration 32...

Thanks very much. I can confirm your library works like a charm