equant / apple2idiot

A general purpose ESP32 IOT board for the Apple IIe
GNU General Public License v3.0
77 stars 4 forks source link

Use NULL terminated strings instead of ETX #1

Closed equant closed 2 years ago

equant commented 3 years ago

All of the example code and the apple2idiot arduino library use ETX terminated strings. Evidently the standard in the Apple II world (and maybe everywhere) is NULL terminated strings. So I should change ETX everywhere to NULL.

equant commented 2 years ago

This has been implemented and several of the BASIC scripts (wifi scanner, weather) have been refactored to do it.