lasselukkari / aWOT

Arduino web server library.
MIT License
283 stars 41 forks source link

Allow writing data from AVR far pointers #110

Closed EmperorArthur closed 3 years ago

EmperorArthur commented 3 years ago

Helpful when working with AVRs with more than 64k of Flash.

Those units still only use 16 bit pointers, but store their data in "pages" that the normal write or writeP functions can not handle.

lasselukkari commented 3 years ago

This does not seem to compile on ESP32. I have to revert it for now.

lasselukkari commented 3 years ago

The travis ci integration is now working again. It compiles the tests on a few different platforms so these sort of problems should be avoided. The tests were run but the results were not update to the pr for some reason. I have no idea why it was broken. I just to enabled the whole thing again and it started working.