Brad Clements
Brad Clements
I can't find a way to attach a file to the git issue. I have attached a file to this note. ## Brad Clements, [email protected] (315)268-1000 Jabber/XMPP: [email protected]
Hi, Sorry I did not include this information before: the command line is: (weblog)[bkc@server5 scripts]$ cat /tmp/test.log | logparse --parser AccessLog --format '%h %l %u %t "%r" %>s %b "%{Referer}i"...
Hi, Thanks for the response. The field we are logging doesn't contain quote marks in the values to be logged, so I have no idea why apache is adding quotes...
@pscheie > I tried both of @mancausoft's images on my Beetle ESP32-C6 but neither worked: When I connect to the device with a terminal, instead of the repl prompt I...
This is the command I last used to install circuitpython in esp32c6 ```shell $ esptool.py --chip auto --port /dev/ttyACM0 write_flash 0x0 /tmp/adafruit-circuitpython-espressif_esp32c6_devkitm_1_n4-en_US-9.0.0-beta.0.bin ``` I don't know if circuitpython and micropython...