Flash your ESP32-S board and join the decentralized mesh network in minutes.
Install esptool and flash:
pip install esptool
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 write_flash 0x0 freefi-esp32s-v0.1.0.bin
Replace /dev/ttyUSB0 with your board's port. On Windows, use COM3 (check Device Manager). On macOS, use /dev/cu.usbserial-*.
Join the IRC chat or check the docs for detailed flashing guides and troubleshooting.