Skip to content
Jaime García edited this page Jun 28, 2017 · 5 revisions

Developer notes

Compiling

The current release of microspot is compiled with a tampered version of the espressif platform:

https://github.com/malariaspot/platform-espressif826640

it points to the "40-MHz" branch of our tampered framework, in

https://github.com/malariaspot/framework-arduinoespressif8266-40MHz

It points inside package.json, where it says /40MHz.zip Please note that it doesnt point to the master branch of the framework

To install in platformio, run:

pio platform install https://github.com/malariaspot/platform-espressif826640

WiFi debugging

In order to debug the WiFi connection, load EspRecovery.ino into the ATMega328, and uncomment the line

# ;build_flags = -Og -ggdb -DDEBUG_ESP_PORT=Serial

in platformio.ino

Clone this wiki locally