Torfinn Ingolfsen
Torfinn Ingolfsen
[Tiki 100](https://en.wikipedia.org/wiki/Tiki_100) 200k disk format. See issue #225 for details. This is a dump of a 40 track floppy, read on a 80 track drive. C [525-tiki_100_200k_ss_Tiki-Invaders.zip](https://github.com/davidgiven/fluxengine/files/5888481/525-tiki_100_200k_ss_Tiki-Invaders.zip) ommand used to...
[Tiki 100](https://en.wikipedia.org/wiki/Tiki_100) was a Norwegian computer running Tiko, a CP/M 2.2 compatible operating system. It used 5.25 inch floppies, 40 track or (later 80 track). This is a dump of...
a couple of warnings in 2022.2.9 (and previous 2022.x versions) ``` 2022-02-27 18:00:00 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'int' got invalid input 'unknown' when rendering template '{% macro battery_level() %}...
Configure needs a few argument if you want this to compile on FreeBSD: `./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" CXXFLAGS="-I/usr/local/include"` Hope this helps
If you want to compile lm4flash under cygwin on windows, you need to edit out the '_snprintf' define from lm4flash.c: ``` $ diff -u lm4flash.c.org lm4flash.c --- lm4flash.c.org 2023-01-26 10:15:12.975382500...