David Albert

Results 16 comments of David Albert

For those of us who are new to iptables (and afraid of completely losing access to our headless servers), can you give an example of how to add that rule...

From the release notes: https://github.com/esp8266/Arduino/releases See 11th bullet under Core: * Move continuation stack from .bss onto sys stack, saving 4kB of RAM, if WPS is not needed (#4622 )...

+1 stm32flash.exe version 0.4 is badly out of date and doesn't support many newer ST processors (e.g. STM32L471). Replacing with the latest stm32flash.exe version (0.7) fixes this. Latest version is...

Has there been progress on this? CCM support would be a terrific addition to tiny-AES! In support of CCM over GCM, the CTR mode implementation is particularly attractive due to...

I have also been having significant WiFi issues in 2021. With a Ubiquiti 802.11n access point, it connects and disconnects successfully a few times, but at some point, it stops...

Is there a migration strategy for moving from SPIFFS to LittleFS? If SPIFFS is used in actual products, there is data stored in those products that can't just be thrown...

In case it helps, I'm getting a similar crash in a RESTful client with much more memory available (typically > 28K heap free, >20K largest available block) which seems to...

First, thank you @mightChamp for opening this issue! An accurate RTC is a necessity for the large majority of low-power devices and the default 150kHz RC oscillator is too inaccurate...

With PlatformIO (and I assume it's the same for Arduino), for a directory structure like this: lib/ESP8266Ping lib/ESP8266Ping/library.json lib/ESP8266Ping/include lib/ESP8266Ping/include/ESP8266Ping.h lib/ESP8266Ping/include/ESP8266Ping.impl.h This is a sample library.json file: ``` { "name":...

Thank you Nicholas, the develop snapshot builds and runs perfectly under cygwin! ~/msgpack_develop/msgpack-tools-develop ``` $ make c++ -Icontrib/mpack/src -Icontrib/rapidjson/include -Icontrib/libb64/include -Icontrib/libb64/src -Wall -Wextra -Wpedantic -Wno-unused-parameter -DVERSION=\"1.0\" -DLIBB64_VERSION=\"1.2.1\" -g -fPIC -DPIC...